Html Css Color HEX #FDC427 Saffron

📋 copy color: '#FDC427'

red 253 ◦ green 196 ◦ blue 39

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

Shades of Saffron #FDC427

Tints of Saffron #FDC427

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.16%

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

R = 51.84%
G = 40.16%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDC427 (or 0xFDC427) is known color: Saffron. HEX triplet: FD, C4 and 27. RGB value is (253,196,39). Sum of RGB (Red+Green+Blue) = 253+196+39=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC427 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC427 is #023BD8. Grayscale: #C3C3C3. Windows color (decimal): -146393 or 2606333. OLE color: 2606333.

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

Color convert

RGB 253 196 39 -
CMYK 0 0.23 0.85 0.01
HSL 44.02º 0.98% 0.57% -
HSV(B) 44.02º 0.85% 0.99% -
XYZ 60.61 60.51 10.4 -
YUV 195.15 39.88 169.27 -
System Red Green Blue C M Y K H S L
Decimal 253 196 39 0 0.23 0.85 0.01 44.02 0.98 0.57
Hex FD C4 27 0 17 55 1 2C 62 39
Octal 375 304 47 0 27 125 1 54 142 71
Binary 11111101 11000100 100111 0 10111 1010101 1 101100 1100010 111001

Color Harmonies of #FDC427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC427

Black with #FDC427

Text Example


Text Example

White with #FDC427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC427; }

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

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

background-color css

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

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

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

border-color css

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

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

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