Html Css Color HEX #FDC42F Sunglow

📋 copy color: '#FDC42F'

red 253 ◦ green 196 ◦ blue 47

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

Shades of Sunglow #FDC42F

Tints of Sunglow #FDC42F

RGB

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

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

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

R = 51.01%
G = 39.52%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDC42F (or 0xFDC42F) is known color: Sunglow. HEX triplet: FD, C4 and 2F. RGB value is (253,196,47). Sum of RGB (Red+Green+Blue) = 253+196+47=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC42F is #023BD0. Grayscale: #C4C4C4. Windows color (decimal): -146385 or 3130621. OLE color: 3130621.

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

Color convert

RGB 253 196 47 -
CMYK 0 0.23 0.81 0.01
HSL 43.4º 0.98% 0.59% -
HSV(B) 43.4º 0.81% 0.99% -
XYZ 60.76 60.57 11.18 -
YUV 196.06 43.88 168.62 -
System Red Green Blue C M Y K H S L
Decimal 253 196 47 0 0.23 0.81 0.01 43.4 0.98 0.59
Hex FD C4 2F 0 17 51 1 2B 62 3B
Octal 375 304 57 0 27 121 1 53 142 73
Binary 11111101 11000100 101111 0 10111 1010001 1 101011 1100010 111011

Color Harmonies of #FDC42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC42F

Black with #FDC42F

Text Example


Text Example

White with #FDC42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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