Html Css Color HEX #FFCC2D Sunglow

📋 copy color: '#FFCC2D'

red 255 ◦ green 204 ◦ blue 45

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

Shades of Sunglow #FFCC2D

Tints of Sunglow #FFCC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.93%

R = 50.6%
G = 40.48%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFCC2D (or 0xFFCC2D) is known color: Sunglow. HEX triplet: FF, CC and 2D. RGB value is (255,204,45). Sum of RGB (Red+Green+Blue) = 255+204+45=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC2D is #0033D2. Grayscale: #C9C9C9. Windows color (decimal): -13267 or 3001599. OLE color: 3001599.

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

Color convert

RGB 255 204 45 -
CMYK 0 0.2 0.82 0
HSL 45.43º 1% 0.59% -
HSV(B) 45.43º 0.82% 1% -
XYZ 63.31 64.64 11.62 -
YUV 201.12 39.9 166.43 -
System Red Green Blue C M Y K H S L
Decimal 255 204 45 0 0.2 0.82 0 45.43 1 0.59
Hex FF CC 2D 0 14 52 0 2D 64 3B
Octal 377 314 55 0 24 122 0 55 144 73
Binary 11111111 11001100 101101 0 10100 1010010 0 101101 1100100 111011

Color Harmonies of #FFCC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC2D

Black with #FFCC2D

Text Example


Text Example

White with #FFCC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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