Html Css Color HEX #FDCC31 Sunglow

📋 copy color: '#FDCC31'

red 253 ◦ green 204 ◦ blue 49

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

Shades of Sunglow #FDCC31

Tints of Sunglow #FDCC31

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.32%

 BLUE value IS 49 (19.53% from 255) = 9.68%

R = 50%
G = 40.32%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDCC31 (or 0xFDCC31) is known color: Sunglow. HEX triplet: FD, CC and 31. RGB value is (253,204,49). Sum of RGB (Red+Green+Blue) = 253+204+49=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC31 is #0233CE. Grayscale: #C9C9C9. Windows color (decimal): -144335 or 3263741. OLE color: 3263741.

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

Color convert

RGB 253 204 49 -
CMYK 0 0.19 0.81 0.01
HSL 45.59º 0.98% 0.59% -
HSV(B) 45.59º 0.81% 0.99% -
XYZ 62.66 64.29 12.01 -
YUV 200.98 42.23 165.1 -
System Red Green Blue C M Y K H S L
Decimal 253 204 49 0 0.19 0.81 0.01 45.59 0.98 0.59
Hex FD CC 31 0 13 51 1 2E 62 3B
Octal 375 314 61 0 23 121 1 56 142 73
Binary 11111101 11001100 110001 0 10011 1010001 1 101110 1100010 111011

Color Harmonies of #FDCC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC31

Black with #FDCC31

Text Example


Text Example

White with #FDCC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC31; }

 p { color: rgb(253,204,49); }

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

background-color css

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

 a { background-color: rgb(253,204,49); }

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

border-color css

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

 span { border-color: rgb(253,204,49); }

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