Html Css Color HEX #F1CF7D Cherokee

📋 copy color: '#F1CF7D'

red 241 ◦ green 207 ◦ blue 125

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

Shades of Cherokee #F1CF7D

Tints of Cherokee #F1CF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.82%

R = 42.06%
G = 36.13%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1CF7D (or 0xF1CF7D) is known color: Cherokee. HEX triplet: F1, CF and 7D. RGB value is (241,207,125). Sum of RGB (Red+Green+Blue) = 241+207+125=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CF7D is #0E3082. Grayscale: #D0D0D0. Windows color (decimal): -929923 or 8245233. OLE color: 8245233.

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

Color convert

RGB 241 207 125 -
CMYK 0 0.14 0.48 0.05
HSL 42.41º 0.81% 0.72% -
HSV(B) 42.41º 0.48% 0.95% -
XYZ 62.29 64.81 28.63 -
YUV 207.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 241 207 125 0 0.14 0.48 0.05 42.41 0.81 0.72
Hex F1 CF 7D 0 E 30 5 2A 51 48
Octal 361 317 175 0 16 60 5 52 121 110
Binary 11110001 11001111 1111101 0 1110 110000 101 101010 1010001 1001000

Color Harmonies of #F1CF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CF7D

Black with #F1CF7D

Text Example


Text Example

White with #F1CF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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