Html Css Color HEX #FBCD7D Cherokee

📋 copy color: '#FBCD7D'

red 251 ◦ green 205 ◦ blue 125

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

Shades of Cherokee #FBCD7D

Tints of Cherokee #FBCD7D

RGB

 RED value IS 251 (98.44% from 255) = 43.2%

 GREEN value IS 205 (80.47% from 255) = 35.28%

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

R = 43.2%
G = 35.28%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FBCD7D (or 0xFBCD7D) is known color: Cherokee. HEX triplet: FB, CD and 7D. RGB value is (251,205,125). Sum of RGB (Red+Green+Blue) = 251+205+125=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCD7D is #043282. Grayscale: #D2D2D2. Windows color (decimal): -275075 or 8244731. OLE color: 8244731.

HSL color Cylindrical-coordinate representation of color #FBCD7D: hue angle of 38.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBCD7D is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 125 -
CMYK 0 0.18 0.50 0.02
HSL 38.1º 0.94% 0.74% -
HSV(B) 38.1º 0.5% 0.98% -
XYZ 65.32 65.65 28.63 -
YUV 209.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 251 205 125 0 0.18 0.50 0.02 38.1 0.94 0.74
Hex FB CD 7D 0 12 32 2 26 5E 4A
Octal 373 315 175 0 22 62 2 46 136 112
Binary 11111011 11001101 1111101 0 10010 110010 10 100110 1011110 1001010

Color Harmonies of #FBCD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD7D

Black with #FBCD7D

Text Example


Text Example

White with #FBCD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD7D; }

 p { color: rgb(251,205,125); }

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

background-color css

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

 a { background-color: rgb(251,205,125); }

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

border-color css

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

 span { border-color: rgb(251,205,125); }

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