Html Css Color HEX #FDC129 Saffron

📋 copy color: '#FDC129'

red 253 ◦ green 193 ◦ blue 41

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

Shades of Saffron #FDC129

Tints of Saffron #FDC129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.42%

R = 51.95%
G = 39.63%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDC129 (or 0xFDC129) is known color: Saffron. HEX triplet: FD, C1 and 29. RGB value is (253,193,41). Sum of RGB (Red+Green+Blue) = 253+193+41=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 41 (16.41% from 255 or 8.42% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC129 is #023ED6. Grayscale: #C2C2C2. Windows color (decimal): -147159 or 2736637. OLE color: 2736637.

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

Color convert

RGB 253 193 41 -
CMYK 0 0.24 0.84 0.01
HSL 43.02º 0.98% 0.58% -
HSV(B) 43.02º 0.84% 0.99% -
XYZ 59.98 59.18 10.36 -
YUV 193.61 41.88 170.36 -
System Red Green Blue C M Y K H S L
Decimal 253 193 41 0 0.24 0.84 0.01 43.02 0.98 0.58
Hex FD C1 29 0 18 54 1 2B 62 3A
Octal 375 301 51 0 30 124 1 53 142 72
Binary 11111101 11000001 101001 0 11000 1010100 1 101011 1100010 111010

Color Harmonies of #FDC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC129

Black with #FDC129

Text Example


Text Example

White with #FDC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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