Html Css Color HEX #FFCC31 Sunglow

📋 copy color: '#FFCC31'

red 255 ◦ green 204 ◦ blue 49

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

Shades of Sunglow #FFCC31

Tints of Sunglow #FFCC31

RGB

 RED value IS 255 (100% from 255) = 50.2%

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

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

R = 50.2%
G = 40.16%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFCC31 (or 0xFFCC31) is known color: Sunglow. HEX triplet: FF, CC and 31. RGB value is (255,204,49). Sum of RGB (Red+Green+Blue) = 255+204+49=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC31 is #0033CE. Grayscale: #CACACA. Windows color (decimal): -13263 or 3263743. OLE color: 3263743.

HSL color Cylindrical-coordinate representation of color #FFCC31: hue angle of 45.15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFCC31 is Cyan = 0, Magento = 0.2, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 204 49 -
CMYK 0 0.2 0.81 0
HSL 45.15º 1% 0.6% -
HSV(B) 45.15º 0.81% 1% -
XYZ 63.39 64.67 12.05 -
YUV 201.58 41.9 166.1 -
System Red Green Blue C M Y K H S L
Decimal 255 204 49 0 0.2 0.81 0 45.15 1 0.6
Hex FF CC 31 0 14 51 0 2D 64 3C
Octal 377 314 61 0 24 121 0 55 144 74
Binary 11111111 11001100 110001 0 10100 1010001 0 101101 1100100 111100

Color Harmonies of #FFCC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC31

Black with #FFCC31

Text Example


Text Example

White with #FFCC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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