Html Css Color HEX #FBD38A Cherokee

📋 copy color: '#FBD38A'

red 251 ◦ green 211 ◦ blue 138

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

Shades of Cherokee #FBD38A

Tints of Cherokee #FBD38A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.17%

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

R = 41.83%
G = 35.17%
B = 23%

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

#FBD38A (or 0xFBD38A) is known color: Cherokee. HEX triplet: FB, D3 and 8A. RGB value is (251,211,138). Sum of RGB (Red+Green+Blue) = 251+211+138=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD38A is #042C75. Grayscale: #D6D6D6. Windows color (decimal): -273526 or 9098235. OLE color: 9098235.

HSL color Cylindrical-coordinate representation of color #FBD38A: hue angle of 38.76º 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 #FBD38A is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 211 138 -
CMYK 0 0.16 0.45 0.02
HSL 38.76º 0.93% 0.76% -
HSV(B) 38.76º 0.45% 0.98% -
XYZ 67.67 68.93 33.78 -
YUV 214.64 84.75 153.94 -
System Red Green Blue C M Y K H S L
Decimal 251 211 138 0 0.16 0.45 0.02 38.76 0.93 0.76
Hex FB D3 8A 0 10 2D 2 27 5D 4C
Octal 373 323 212 0 20 55 2 47 135 114
Binary 11111011 11010011 10001010 0 10000 101101 10 100111 1011101 1001100

Color Harmonies of #FBD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD38A

Black with #FBD38A

Text Example


Text Example

White with #FBD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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