Html Css Color HEX #F2CC75 Cherokee

📋 copy color: '#F2CC75'

red 242 ◦ green 204 ◦ blue 117

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

Shades of Cherokee #F2CC75

Tints of Cherokee #F2CC75

RGB

 RED value IS 242 (94.92% from 255) = 42.98%

 GREEN value IS 204 (80.08% from 255) = 36.23%

 BLUE value IS 117 (46.09% from 255) = 20.78%

R = 42.98%
G = 36.23%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2CC75 (or 0xF2CC75) is known color: Cherokee. HEX triplet: F2, CC and 75. RGB value is (242,204,117). Sum of RGB (Red+Green+Blue) = 242+204+117=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC75 is #0D338A. Grayscale: #CDCDCD. Windows color (decimal): -865163 or 7720178. OLE color: 7720178.

HSL color Cylindrical-coordinate representation of color #F2CC75: hue angle of 41.76º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2CC75 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 117 -
CMYK 0 0.16 0.52 0.05
HSL 41.76º 0.83% 0.7% -
HSV(B) 41.76º 0.52% 0.95% -
XYZ 61.42 63.35 25.82 -
YUV 205.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 242 204 117 0 0.16 0.52 0.05 41.76 0.83 0.7
Hex F2 CC 75 0 10 34 5 2A 53 46
Octal 362 314 165 0 20 64 5 52 123 106
Binary 11110010 11001100 1110101 0 10000 110100 101 101010 1010011 1000110

Color Harmonies of #F2CC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC75

Black with #F2CC75

Text Example


Text Example

White with #F2CC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC75; }

 p { color: rgb(242,204,117); }

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

background-color css

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

 a { background-color: rgb(242,204,117); }

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

border-color css

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

 span { border-color: rgb(242,204,117); }

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