Html Css Color HEX #FDD58B Cherokee

📋 copy color: '#FDD58B'

red 253 ◦ green 213 ◦ blue 139

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

Shades of Cherokee #FDD58B

Tints of Cherokee #FDD58B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.21%

 BLUE value IS 139 (54.69% from 255) = 22.98%

R = 41.82%
G = 35.21%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDD58B (or 0xFDD58B) is known color: Cherokee. HEX triplet: FD, D5 and 8B. RGB value is (253,213,139). Sum of RGB (Red+Green+Blue) = 253+213+139=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 139 (54.69% from 255 or 22.98% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD58B is #022A74. Grayscale: #D8D8D8. Windows color (decimal): -141941 or 9164285. OLE color: 9164285.

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

Color convert

RGB 253 213 139 -
CMYK 0 0.16 0.45 0.01
HSL 38.95º 0.97% 0.77% -
HSV(B) 38.95º 0.45% 0.99% -
XYZ 68.96 70.34 34.37 -
YUV 216.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 253 213 139 0 0.16 0.45 0.01 38.95 0.97 0.77
Hex FD D5 8B 0 10 2D 1 27 61 4D
Octal 375 325 213 0 20 55 1 47 141 115
Binary 11111101 11010101 10001011 0 10000 101101 1 100111 1100001 1001101

Color Harmonies of #FDD58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD58B

Black with #FDD58B

Text Example


Text Example

White with #FDD58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD58B; }

 p { color: rgb(253,213,139); }

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

background-color css

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

 a { background-color: rgb(253,213,139); }

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

border-color css

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

 span { border-color: rgb(253,213,139); }

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