Html Css Color HEX #FFCC28 Sunglow

📋 copy color: '#FFCC28'

red 255 ◦ green 204 ◦ blue 40

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

Shades of Sunglow #FFCC28

Tints of Sunglow #FFCC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.02%

R = 51.1%
G = 40.88%
B = 8.02%

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

#FFCC28 (or 0xFFCC28) is known color: Sunglow. HEX triplet: FF, CC and 28. RGB value is (255,204,40). Sum of RGB (Red+Green+Blue) = 255+204+40=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC28 is #0033D7. Grayscale: #C9C9C9. Windows color (decimal): -13272 or 2673919. OLE color: 2673919.

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

Color convert

RGB 255 204 40 -
CMYK 0 0.2 0.84 0
HSL 45.77º 1% 0.58% -
HSV(B) 45.77º 0.84% 1% -
XYZ 63.22 64.6 11.14 -
YUV 200.55 37.4 166.84 -
System Red Green Blue C M Y K H S L
Decimal 255 204 40 0 0.2 0.84 0 45.77 1 0.58
Hex FF CC 28 0 14 54 0 2E 64 3A
Octal 377 314 50 0 24 124 0 56 144 72
Binary 11111111 11001100 101000 0 10100 1010100 0 101110 1100100 111010

Color Harmonies of #FFCC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC28

Black with #FFCC28

Text Example


Text Example

White with #FFCC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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