Html Css Color HEX #FBD28A Cherokee

📋 copy color: '#FBD28A'

red 251 ◦ green 210 ◦ blue 138

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

Shades of Cherokee #FBD28A

Tints of Cherokee #FBD28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.06%

 BLUE value IS 138 (54.3% from 255) = 23.04%

R = 41.9%
G = 35.06%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBD28A (or 0xFBD28A) is known color: Cherokee. HEX triplet: FB, D2 and 8A. RGB value is (251,210,138). Sum of RGB (Red+Green+Blue) = 251+210+138=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD28A is #042D75. Grayscale: #D6D6D6. Windows color (decimal): -273782 or 9097979. OLE color: 9097979.

HSL color Cylindrical-coordinate representation of color #FBD28A: hue angle of 38.23º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBD28A is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 210 138 -
CMYK 0 0.16 0.45 0.02
HSL 38.23º 0.93% 0.76% -
HSV(B) 38.23º 0.45% 0.98% -
XYZ 67.42 68.44 33.7 -
YUV 214.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 251 210 138 0 0.16 0.45 0.02 38.23 0.93 0.76
Hex FB D2 8A 0 10 2D 2 26 5D 4C
Octal 373 322 212 0 20 55 2 46 135 114
Binary 11111011 11010010 10001010 0 10000 101101 10 100110 1011101 1001100

Color Harmonies of #FBD28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD28A

Black with #FBD28A

Text Example


Text Example

White with #FBD28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD28A; }

 p { color: rgb(251,210,138); }

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

background-color css

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

 a { background-color: rgb(251,210,138); }

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

border-color css

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

 span { border-color: rgb(251,210,138); }

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