Html Css Color HEX #FFCC2F Sunglow

📋 copy color: '#FFCC2F'

red 255 ◦ green 204 ◦ blue 47

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

Shades of Sunglow #FFCC2F

Tints of Sunglow #FFCC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.29%

R = 50.4%
G = 40.32%
B = 9.29%

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

#FFCC2F (or 0xFFCC2F) is known color: Sunglow. HEX triplet: FF, CC and 2F. RGB value is (255,204,47). Sum of RGB (Red+Green+Blue) = 255+204+47=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 47 (18.75% from 255 or 9.29% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC2F is #0033D0. Grayscale: #CACACA. Windows color (decimal): -13265 or 3132671. OLE color: 3132671.

HSL color Cylindrical-coordinate representation of color #FFCC2F: hue angle of 45.29º 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 #FFCC2F is Cyan = 0, Magento = 0.2, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 204 47 -
CMYK 0 0.2 0.82 0
HSL 45.29º 1% 0.59% -
HSV(B) 45.29º 0.82% 1% -
XYZ 63.35 64.65 11.83 -
YUV 201.35 40.9 166.27 -
System Red Green Blue C M Y K H S L
Decimal 255 204 47 0 0.2 0.82 0 45.29 1 0.59
Hex FF CC 2F 0 14 52 0 2D 64 3B
Octal 377 314 57 0 24 122 0 55 144 73
Binary 11111111 11001100 101111 0 10100 1010010 0 101101 1100100 111011

Color Harmonies of #FFCC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC2F

Black with #FFCC2F

Text Example


Text Example

White with #FFCC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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