Html Css Color HEX #FDBA27 Saffron

📋 copy color: '#FDBA27'

red 253 ◦ green 186 ◦ blue 39

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

Shades of Saffron #FDBA27

Tints of Saffron #FDBA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.16%

R = 52.93%
G = 38.91%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDBA27 (or 0xFDBA27) is known color: Saffron. HEX triplet: FD, BA and 27. RGB value is (253,186,39). Sum of RGB (Red+Green+Blue) = 253+186+39=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 39 (15.62% from 255 or 8.16% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA27 is #0245D8. Grayscale: #BDBDBD. Windows color (decimal): -148953 or 2603773. OLE color: 2603773.

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

Color convert

RGB 253 186 39 -
CMYK 0 0.26 0.85 0.01
HSL 41.21º 0.98% 0.57% -
HSV(B) 41.21º 0.85% 0.99% -
XYZ 58.43 56.15 9.68 -
YUV 189.28 43.2 173.45 -
System Red Green Blue C M Y K H S L
Decimal 253 186 39 0 0.26 0.85 0.01 41.21 0.98 0.57
Hex FD BA 27 0 1A 55 1 29 62 39
Octal 375 272 47 0 32 125 1 51 142 71
Binary 11111101 10111010 100111 0 11010 1010101 1 101001 1100010 111001

Color Harmonies of #FDBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA27

Black with #FDBA27

Text Example


Text Example

White with #FDBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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