Html Css Color HEX #FC8742 Flamenco

📋 copy color: '#FC8742'

red 252 ◦ green 135 ◦ blue 66

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

Shades of Flamenco #FC8742

Tints of Flamenco #FC8742

RGB

 RED value IS 252 (98.83% from 255) = 55.63%

 GREEN value IS 135 (53.13% from 255) = 29.8%

 BLUE value IS 66 (26.17% from 255) = 14.57%

R = 55.63%
G = 29.8%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC8742 (or 0xFC8742) is known color: Flamenco. HEX triplet: FC, 87 and 42. RGB value is (252,135,66). Sum of RGB (Red+Green+Blue) = 252+135+66=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8742 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8742 is #0378BD. Grayscale: #A2A2A2. Windows color (decimal): -227518 or 4360188. OLE color: 4360188.

HSL color Cylindrical-coordinate representation of color #FC8742: hue angle of 22.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC8742 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 135 66 -
CMYK 0 0.46 0.74 0.01
HSL 22.26º 0.97% 0.62% -
HSV(B) 22.26º 0.74% 0.99% -
XYZ 49.79 38.42 9.95 -
YUV 162.12 73.76 192.11 -
System Red Green Blue C M Y K H S L
Decimal 252 135 66 0 0.46 0.74 0.01 22.26 0.97 0.62
Hex FC 87 42 0 2E 4A 1 16 61 3E
Octal 374 207 102 0 56 112 1 26 141 76
Binary 11111100 10000111 1000010 0 101110 1001010 1 10110 1100001 111110

Color Harmonies of #FC8742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8742

Black with #FC8742

Text Example


Text Example

White with #FC8742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8742; }

 p { color: rgb(252,135,66); }

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

background-color css

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

 a { background-color: rgb(252,135,66); }

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

border-color css

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

 span { border-color: rgb(252,135,66); }

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