Html Css Color HEX #FFCC2A Sunglow

📋 copy color: '#FFCC2A'

red 255 ◦ green 204 ◦ blue 42

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

Shades of Sunglow #FFCC2A

Tints of Sunglow #FFCC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.38%

R = 50.9%
G = 40.72%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFCC2A (or 0xFFCC2A) is known color: Sunglow. HEX triplet: FF, CC and 2A. RGB value is (255,204,42). Sum of RGB (Red+Green+Blue) = 255+204+42=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC2A is #0033D5. Grayscale: #C9C9C9. Windows color (decimal): -13270 or 2804991. OLE color: 2804991.

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

Color convert

RGB 255 204 42 -
CMYK 0 0.2 0.84 0
HSL 45.63º 1% 0.58% -
HSV(B) 45.63º 0.84% 1% -
XYZ 63.25 64.61 11.33 -
YUV 200.78 38.4 166.67 -
System Red Green Blue C M Y K H S L
Decimal 255 204 42 0 0.2 0.84 0 45.63 1 0.58
Hex FF CC 2A 0 14 54 0 2E 64 3A
Octal 377 314 52 0 24 124 0 56 144 72
Binary 11111111 11001100 101010 0 10100 1010100 0 101110 1100100 111010

Color Harmonies of #FFCC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC2A

Black with #FFCC2A

Text Example


Text Example

White with #FFCC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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