Html Css Color HEX #FF8C4B Coral

📋 copy color: '#FF8C4B'

red 255 ◦ green 140 ◦ blue 75

#FF8C4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral #FF8C4B

Tints of Coral #FF8C4B

RGB

 RED value IS 255 (100% from 255) = 54.26%

 GREEN value IS 140 (55.08% from 255) = 29.79%

 BLUE value IS 75 (29.69% from 255) = 15.96%

R = 54.26%
G = 29.79%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF8C4B (or 0xFF8C4B) is known color: Coral. HEX triplet: FF, 8C and 4B. RGB value is (255,140,75). Sum of RGB (Red+Green+Blue) = 255+140+75=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C4B is #0073B4. Grayscale: #A7A7A7. Windows color (decimal): -29621 or 4951295. OLE color: 4951295.

HSL color Cylindrical-coordinate representation of color #FF8C4B: hue angle of 21.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF8C4B is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 140 75 -
CMYK 0 0.45 0.71 0
HSL 21.67º 1% 0.65% -
HSV(B) 21.67º 0.71% 1% -
XYZ 51.89 40.52 11.74 -
YUV 166.98 76.1 190.79 -
System Red Green Blue C M Y K H S L
Decimal 255 140 75 0 0.45 0.71 0 21.67 1 0.65
Hex FF 8C 4B 0 2D 47 0 16 64 41
Octal 377 214 113 0 55 107 0 26 144 101
Binary 11111111 10001100 1001011 0 101101 1000111 0 10110 1100100 1000001

Color Harmonies of #FF8C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C4B

Black with #FF8C4B

Text Example


Text Example

White with #FF8C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C4B; }

 p { color: rgb(255,140,75); }

 H1.HeaderClassName
 {
   color: #FF8C4B;
 }
 .AnyTagClassName
 {
   color: #FF8C4B;
 }
</style>

background-color css

<style>
 a { background-color: #FF8C4B; }

 a { background-color: rgb(255,140,75); }

 div.DivClassName
 {
   background-color: #FF8C4B;
 }
 .BgClassName
 {
   background-color: #FF8C4B;
 }
</style>

border-color css

<style>
 span { border-color: #FF8C4B; }

 span { border-color: rgb(255,140,75); }

 td.TdClassName
 {
   border-color: #FF8C4B;
 }
 .TagClassName
 {
   border-color: #FF8C4B;
 }
</style>