Html Css Color HEX #FFCE28 Sunglow

📋 copy color: '#FFCE28'

red 255 ◦ green 206 ◦ blue 40

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

Shades of Sunglow #FFCE28

Tints of Sunglow #FFCE28

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.12%

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

R = 50.9%
G = 41.12%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFCE28 (or 0xFFCE28) is known color: Sunglow. HEX triplet: FF, CE and 28. RGB value is (255,206,40). Sum of RGB (Red+Green+Blue) = 255+206+40=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE28 is #0031D7. Grayscale: #CACACA. Windows color (decimal): -12760 or 2674431. OLE color: 2674431.

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

Color convert

RGB 255 206 40 -
CMYK 0 0.19 0.84 0
HSL 46.33º 1% 0.58% -
HSV(B) 46.33º 0.84% 1% -
XYZ 63.69 65.56 11.3 -
YUV 201.73 36.73 166 -
System Red Green Blue C M Y K H S L
Decimal 255 206 40 0 0.19 0.84 0 46.33 1 0.58
Hex FF CE 28 0 13 54 0 2E 64 3A
Octal 377 316 50 0 23 124 0 56 144 72
Binary 11111111 11001110 101000 0 10011 1010100 0 101110 1100100 111010

Color Harmonies of #FFCE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE28

Black with #FFCE28

Text Example


Text Example

White with #FFCE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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