Html Css Color HEX #FACF85 Cherokee

📋 copy color: '#FACF85'

red 250 ◦ green 207 ◦ blue 133

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

Shades of Cherokee #FACF85

Tints of Cherokee #FACF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.54%

R = 42.37%
G = 35.08%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FACF85 (or 0xFACF85) is known color: Cherokee. HEX triplet: FA, CF and 85. RGB value is (250,207,133). Sum of RGB (Red+Green+Blue) = 250+207+133=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF85 is #05307A. Grayscale: #D3D3D3. Windows color (decimal): -340091 or 8769530. OLE color: 8769530.

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

Color convert

RGB 250 207 133 -
CMYK 0 0.17 0.47 0.02
HSL 37.95º 0.92% 0.75% -
HSV(B) 37.95º 0.47% 0.98% -
XYZ 65.97 66.64 31.58 -
YUV 211.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 250 207 133 0 0.17 0.47 0.02 37.95 0.92 0.75
Hex FA CF 85 0 11 2F 2 26 5C 4B
Octal 372 317 205 0 21 57 2 46 134 113
Binary 11111010 11001111 10000101 0 10001 101111 10 100110 1011100 1001011

Color Harmonies of #FACF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF85

Black with #FACF85

Text Example


Text Example

White with #FACF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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