Html Css Color HEX #FDCB83 Cherokee

📋 copy color: '#FDCB83'

red 253 ◦ green 203 ◦ blue 131

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

Shades of Cherokee #FDCB83

Tints of Cherokee #FDCB83

RGB

 RED value IS 253 (99.22% from 255) = 43.1%

 GREEN value IS 203 (79.69% from 255) = 34.58%

 BLUE value IS 131 (51.56% from 255) = 22.32%

R = 43.1%
G = 34.58%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDCB83 (or 0xFDCB83) is known color: Cherokee. HEX triplet: FD, CB and 83. RGB value is (253,203,131). Sum of RGB (Red+Green+Blue) = 253+203+131=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 131 (51.56% from 255 or 22.32% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB83 is #02347C. Grayscale: #D2D2D2. Windows color (decimal): -144509 or 8637437. OLE color: 8637437.

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

Color convert

RGB 253 203 131 -
CMYK 0 0.20 0.48 0.01
HSL 35.41º 0.97% 0.75% -
HSV(B) 35.41º 0.48% 0.99% -
XYZ 65.96 65.23 30.59 -
YUV 209.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 253 203 131 0 0.20 0.48 0.01 35.41 0.97 0.75
Hex FD CB 83 0 14 30 1 23 61 4B
Octal 375 313 203 0 24 60 1 43 141 113
Binary 11111101 11001011 10000011 0 10100 110000 1 100011 1100001 1001011

Color Harmonies of #FDCB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB83

Black with #FDCB83

Text Example


Text Example

White with #FDCB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB83; }

 p { color: rgb(253,203,131); }

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

background-color css

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

 a { background-color: rgb(253,203,131); }

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

border-color css

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

 span { border-color: rgb(253,203,131); }

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