Html Css Color HEX #FFCA28 Sunglow

📋 copy color: '#FFCA28'

red 255 ◦ green 202 ◦ blue 40

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

Shades of Sunglow #FFCA28

Tints of Sunglow #FFCA28

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.64%

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

R = 51.31%
G = 40.64%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFCA28 (or 0xFFCA28) is known color: Sunglow. HEX triplet: FF, CA and 28. RGB value is (255,202,40). Sum of RGB (Red+Green+Blue) = 255+202+40=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA28 is #0035D7. Grayscale: #C8C8C8. Windows color (decimal): -13784 or 2673407. OLE color: 2673407.

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

Color convert

RGB 255 202 40 -
CMYK 0 0.21 0.84 0
HSL 45.21º 1% 0.58% -
HSV(B) 45.21º 0.84% 1% -
XYZ 62.74 63.65 10.99 -
YUV 199.38 38.06 167.67 -
System Red Green Blue C M Y K H S L
Decimal 255 202 40 0 0.21 0.84 0 45.21 1 0.58
Hex FF CA 28 0 15 54 0 2D 64 3A
Octal 377 312 50 0 25 124 0 55 144 72
Binary 11111111 11001010 101000 0 10101 1010100 0 101101 1100100 111010

Color Harmonies of #FFCA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA28

Black with #FFCA28

Text Example


Text Example

White with #FFCA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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