Html Css Color HEX #FFCB28 Sunglow

📋 copy color: '#FFCB28'

red 255 ◦ green 203 ◦ blue 40

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

Shades of Sunglow #FFCB28

Tints of Sunglow #FFCB28

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

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

R = 51.2%
G = 40.76%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFCB28 (or 0xFFCB28) is known color: Sunglow. HEX triplet: FF, CB and 28. RGB value is (255,203,40). Sum of RGB (Red+Green+Blue) = 255+203+40=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 40 (16.02% from 255 or 8.03% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB28 is #0034D7. Grayscale: #C8C8C8. Windows color (decimal): -13528 or 2673663. OLE color: 2673663.

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

Color convert

RGB 255 203 40 -
CMYK 0 0.20 0.84 0
HSL 45.49º 1% 0.58% -
HSV(B) 45.49º 0.84% 1% -
XYZ 62.98 64.13 11.07 -
YUV 199.97 37.73 167.25 -
System Red Green Blue C M Y K H S L
Decimal 255 203 40 0 0.20 0.84 0 45.49 1 0.58
Hex FF CB 28 0 14 54 0 2D 64 3A
Octal 377 313 50 0 24 124 0 55 144 72
Binary 11111111 11001011 101000 0 10100 1010100 0 101101 1100100 111010

Color Harmonies of #FFCB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB28

Black with #FFCB28

Text Example


Text Example

White with #FFCB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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