Html Css Color HEX #FF8C4A Coral

📋 copy color: '#FF8C4A'

red 255 ◦ green 140 ◦ blue 74

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

Shades of Coral #FF8C4A

Tints of Coral #FF8C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.78%

R = 54.37%
G = 29.85%
B = 15.78%

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

#FF8C4A (or 0xFF8C4A) is known color: Coral. HEX triplet: FF, 8C and 4A. RGB value is (255,140,74). Sum of RGB (Red+Green+Blue) = 255+140+74=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C4A is #0073B5. Grayscale: #A7A7A7. Windows color (decimal): -29622 or 4885759. OLE color: 4885759.

HSL color Cylindrical-coordinate representation of color #FF8C4A: hue angle of 21.88º 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 #FF8C4A is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 140 74 -
CMYK 0 0.45 0.71 0
HSL 21.88º 1% 0.65% -
HSV(B) 21.88º 0.71% 1% -
XYZ 51.85 40.51 11.56 -
YUV 166.86 75.6 190.87 -
System Red Green Blue C M Y K H S L
Decimal 255 140 74 0 0.45 0.71 0 21.88 1 0.65
Hex FF 8C 4A 0 2D 47 0 16 64 41
Octal 377 214 112 0 55 107 0 26 144 101
Binary 11111111 10001100 1001010 0 101101 1000111 0 10110 1100100 1000001

Color Harmonies of #FF8C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C4A

Black with #FF8C4A

Text Example


Text Example

White with #FF8C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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