Html Css Color HEX #FACF80 Cherokee

📋 copy color: '#FACF80'

red 250 ◦ green 207 ◦ blue 128

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

Shades of Cherokee #FACF80

Tints of Cherokee #FACF80

RGB

 RED value IS 250 (98.05% from 255) = 42.74%

 GREEN value IS 207 (81.25% from 255) = 35.38%

 BLUE value IS 128 (50.39% from 255) = 21.88%

R = 42.74%
G = 35.38%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FACF80 (or 0xFACF80) is known color: Cherokee. HEX triplet: FA, CF and 80. RGB value is (250,207,128). Sum of RGB (Red+Green+Blue) = 250+207+128=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF80 is #05307F. Grayscale: #D3D3D3. Windows color (decimal): -340096 or 8441850. OLE color: 8441850.

HSL color Cylindrical-coordinate representation of color #FACF80: hue angle of 38.85º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FACF80 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 207 128 -
CMYK 0 0.17 0.49 0.02
HSL 38.85º 0.92% 0.74% -
HSV(B) 38.85º 0.49% 0.98% -
XYZ 65.63 66.51 29.8 -
YUV 210.85 81.25 155.92 -
System Red Green Blue C M Y K H S L
Decimal 250 207 128 0 0.17 0.49 0.02 38.85 0.92 0.74
Hex FA CF 80 0 11 31 2 27 5C 4A
Octal 372 317 200 0 21 61 2 47 134 112
Binary 11111010 11001111 10000000 0 10001 110001 10 100111 1011100 1001010

Color Harmonies of #FACF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF80

Black with #FACF80

Text Example


Text Example

White with #FACF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF80; }

 p { color: rgb(250,207,128); }

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

background-color css

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

 a { background-color: rgb(250,207,128); }

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

border-color css

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

 span { border-color: rgb(250,207,128); }

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