Html Css Color HEX #FDC130 Saffron

📋 copy color: '#FDC130'

red 253 ◦ green 193 ◦ blue 48

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

Shades of Saffron #FDC130

Tints of Saffron #FDC130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.07%

 BLUE value IS 48 (19.14% from 255) = 9.72%

R = 51.21%
G = 39.07%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDC130 (or 0xFDC130) is known color: Saffron. HEX triplet: FD, C1 and 30. RGB value is (253,193,48). Sum of RGB (Red+Green+Blue) = 253+193+48=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC130 is #023ECF. Grayscale: #C3C3C3. Windows color (decimal): -147152 or 3195389. OLE color: 3195389.

HSL color Cylindrical-coordinate representation of color #FDC130: hue angle of 42.44º 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 #FDC130 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 193 48 -
CMYK 0 0.24 0.81 0.01
HSL 42.44º 0.98% 0.59% -
HSV(B) 42.44º 0.81% 0.99% -
XYZ 60.11 59.24 11.06 -
YUV 194.41 45.38 169.79 -
System Red Green Blue C M Y K H S L
Decimal 253 193 48 0 0.24 0.81 0.01 42.44 0.98 0.59
Hex FD C1 30 0 18 51 1 2A 62 3B
Octal 375 301 60 0 30 121 1 52 142 73
Binary 11111101 11000001 110000 0 11000 1010001 1 101010 1100010 111011

Color Harmonies of #FDC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC130

Black with #FDC130

Text Example


Text Example

White with #FDC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC130; }

 p { color: rgb(253,193,48); }

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

background-color css

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

 a { background-color: rgb(253,193,48); }

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

border-color css

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

 span { border-color: rgb(253,193,48); }

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