Html Css Color HEX #FDC430 Sunglow

📋 copy color: '#FDC430'

red 253 ◦ green 196 ◦ blue 48

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

Shades of Sunglow #FDC430

Tints of Sunglow #FDC430

RGB

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

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

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

R = 50.91%
G = 39.44%
B = 9.66%

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

#FDC430 (or 0xFDC430) is known color: Sunglow. HEX triplet: FD, C4 and 30. RGB value is (253,196,48). Sum of RGB (Red+Green+Blue) = 253+196+48=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC430 is #023BCF. Grayscale: #C4C4C4. Windows color (decimal): -146384 or 3196157. OLE color: 3196157.

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

Color convert

RGB 253 196 48 -
CMYK 0 0.23 0.81 0.01
HSL 43.32º 0.98% 0.59% -
HSV(B) 43.32º 0.81% 0.99% -
XYZ 60.78 60.58 11.29 -
YUV 196.17 44.38 168.53 -
System Red Green Blue C M Y K H S L
Decimal 253 196 48 0 0.23 0.81 0.01 43.32 0.98 0.59
Hex FD C4 30 0 17 51 1 2B 62 3B
Octal 375 304 60 0 27 121 1 53 142 73
Binary 11111101 11000100 110000 0 10111 1010001 1 101011 1100010 111011

Color Harmonies of #FDC430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC430

Black with #FDC430

Text Example


Text Example

White with #FDC430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC430; }

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

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

background-color css

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

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

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

border-color css

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

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

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