Html Css Color HEX #FDBF2F Saffron

📋 copy color: '#FDBF2F'

red 253 ◦ green 191 ◦ blue 47

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

Shades of Saffron #FDBF2F

Tints of Saffron #FDBF2F

RGB

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

 GREEN value IS 191 (75% from 255) = 38.9%

 BLUE value IS 47 (18.75% from 255) = 9.57%

R = 51.53%
G = 38.9%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDBF2F (or 0xFDBF2F) is known color: Saffron. HEX triplet: FD, BF and 2F. RGB value is (253,191,47). Sum of RGB (Red+Green+Blue) = 253+191+47=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBF2F is #0240D0. Grayscale: #C1C1C1. Windows color (decimal): -147665 or 3129341. OLE color: 3129341.

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

Color convert

RGB 253 191 47 -
CMYK 0 0.25 0.81 0.01
HSL 41.94º 0.98% 0.59% -
HSV(B) 41.94º 0.81% 0.99% -
XYZ 59.65 58.35 10.81 -
YUV 193.12 45.54 170.71 -
System Red Green Blue C M Y K H S L
Decimal 253 191 47 0 0.25 0.81 0.01 41.94 0.98 0.59
Hex FD BF 2F 0 19 51 1 2A 62 3B
Octal 375 277 57 0 31 121 1 52 142 73
Binary 11111101 10111111 101111 0 11001 1010001 1 101010 1100010 111011

Color Harmonies of #FDBF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBF2F

Black with #FDBF2F

Text Example


Text Example

White with #FDBF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBF2F; }

 p { color: rgb(253,191,47); }

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

background-color css

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

 a { background-color: rgb(253,191,47); }

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

border-color css

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

 span { border-color: rgb(253,191,47); }

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