Html Css Color HEX #FBC985 Cherokee

📋 copy color: '#FBC985'

red 251 ◦ green 201 ◦ blue 133

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

Shades of Cherokee #FBC985

Tints of Cherokee #FBC985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.74%

R = 42.91%
G = 34.36%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBC985 (or 0xFBC985) is known color: Cherokee. HEX triplet: FB, C9 and 85. RGB value is (251,201,133). Sum of RGB (Red+Green+Blue) = 251+201+133=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC985 is #04367A. Grayscale: #D0D0D0. Windows color (decimal): -276091 or 8767995. OLE color: 8767995.

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

Color convert

RGB 251 201 133 -
CMYK 0 0.20 0.47 0.02
HSL 34.58º 0.94% 0.75% -
HSV(B) 34.58º 0.47% 0.98% -
XYZ 64.9 63.98 31.12 -
YUV 208.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 251 201 133 0 0.20 0.47 0.02 34.58 0.94 0.75
Hex FB C9 85 0 14 2F 2 23 5E 4B
Octal 373 311 205 0 24 57 2 43 136 113
Binary 11111011 11001001 10000101 0 10100 101111 10 100011 1011110 1001011

Color Harmonies of #FBC985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC985

Black with #FBC985

Text Example


Text Example

White with #FBC985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC985; }

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

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

background-color css

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

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

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

border-color css

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

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

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