Html Css Color HEX #FDBA28 Saffron

📋 copy color: '#FDBA28'

red 253 ◦ green 186 ◦ blue 40

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

Shades of Saffron #FDBA28

Tints of Saffron #FDBA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 40 (16.02% from 255) = 8.35%

R = 52.82%
G = 38.83%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDBA28 (or 0xFDBA28) is known color: Saffron. HEX triplet: FD, BA and 28. RGB value is (253,186,40). Sum of RGB (Red+Green+Blue) = 253+186+40=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA28 is #0245D7. Grayscale: #BEBEBE. Windows color (decimal): -148952 or 2669309. OLE color: 2669309.

HSL color Cylindrical-coordinate representation of color #FDBA28: hue angle of 41.13º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDBA28 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 186 40 -
CMYK 0 0.26 0.84 0.01
HSL 41.13º 0.98% 0.57% -
HSV(B) 41.13º 0.84% 0.99% -
XYZ 58.45 56.15 9.77 -
YUV 189.39 43.7 173.37 -
System Red Green Blue C M Y K H S L
Decimal 253 186 40 0 0.26 0.84 0.01 41.13 0.98 0.57
Hex FD BA 28 0 1A 54 1 29 62 39
Octal 375 272 50 0 32 124 1 51 142 71
Binary 11111101 10111010 101000 0 11010 1010100 1 101001 1100010 111001

Color Harmonies of #FDBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA28

Black with #FDBA28

Text Example


Text Example

White with #FDBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA28; }

 p { color: rgb(253,186,40); }

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

background-color css

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

 a { background-color: rgb(253,186,40); }

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

border-color css

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

 span { border-color: rgb(253,186,40); }

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