Html Css Color HEX #FBC982 Cherokee

📋 copy color: '#FBC982'

red 251 ◦ green 201 ◦ blue 130

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

Shades of Cherokee #FBC982

Tints of Cherokee #FBC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.54%

 BLUE value IS 130 (51.17% from 255) = 22.34%

R = 43.13%
G = 34.54%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FBC982 (or 0xFBC982) is known color: Cherokee. HEX triplet: FB, C9 and 82. RGB value is (251,201,130). Sum of RGB (Red+Green+Blue) = 251+201+130=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC982 is #04367D. Grayscale: #D0D0D0. Windows color (decimal): -276094 or 8571387. OLE color: 8571387.

HSL color Cylindrical-coordinate representation of color #FBC982: hue angle of 35.21º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBC982 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 201 130 -
CMYK 0 0.20 0.48 0.02
HSL 35.21º 0.94% 0.75% -
HSV(B) 35.21º 0.48% 0.98% -
XYZ 64.7 63.89 30.04 -
YUV 207.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 251 201 130 0 0.20 0.48 0.02 35.21 0.94 0.75
Hex FB C9 82 0 14 30 2 23 5E 4B
Octal 373 311 202 0 24 60 2 43 136 113
Binary 11111011 11001001 10000010 0 10100 110000 10 100011 1011110 1001011

Color Harmonies of #FBC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC982

Black with #FBC982

Text Example


Text Example

White with #FBC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC982; }

 p { color: rgb(251,201,130); }

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

background-color css

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

 a { background-color: rgb(251,201,130); }

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

border-color css

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

 span { border-color: rgb(251,201,130); }

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