Html Css Color HEX #F1CF85 Cherokee

📋 copy color: '#F1CF85'

red 241 ◦ green 207 ◦ blue 133

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

Shades of Cherokee #F1CF85

Tints of Cherokee #F1CF85

RGB

 RED value IS 241 (94.53% from 255) = 41.48%

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

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

R = 41.48%
G = 35.63%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1CF85 (or 0xF1CF85) is known color: Cherokee. HEX triplet: F1, CF and 85. RGB value is (241,207,133). Sum of RGB (Red+Green+Blue) = 241+207+133=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CF85 is #0E307A. Grayscale: #D1D1D1. Windows color (decimal): -929915 or 8769521. OLE color: 8769521.

HSL color Cylindrical-coordinate representation of color #F1CF85: hue angle of 41.11º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1CF85 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 207 133 -
CMYK 0 0.14 0.45 0.05
HSL 41.11º 0.79% 0.73% -
HSV(B) 41.11º 0.45% 0.95% -
XYZ 62.82 65.02 31.43 -
YUV 208.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 241 207 133 0 0.14 0.45 0.05 41.11 0.79 0.73
Hex F1 CF 85 0 E 2D 5 29 4F 49
Octal 361 317 205 0 16 55 5 51 117 111
Binary 11110001 11001111 10000101 0 1110 101101 101 101001 1001111 1001001

Color Harmonies of #F1CF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CF85

Black with #F1CF85

Text Example


Text Example

White with #F1CF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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