Html Css Color HEX #FFCA40 Sunglow

📋 copy color: '#FFCA40'

red 255 ◦ green 202 ◦ blue 64

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

Shades of Sunglow #FFCA40

Tints of Sunglow #FFCA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.28%

R = 48.94%
G = 38.77%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFCA40 (or 0xFFCA40) is known color: Sunglow. HEX triplet: FF, CA and 40. RGB value is (255,202,64). Sum of RGB (Red+Green+Blue) = 255+202+64=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA40 is #0035BF. Grayscale: #CACACA. Windows color (decimal): -13760 or 4246271. OLE color: 4246271.

HSL color Cylindrical-coordinate representation of color #FFCA40: hue angle of 43.35º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFCA40 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 64 -
CMYK 0 0.21 0.75 0
HSL 43.35º 1% 0.63% -
HSV(B) 43.35º 0.75% 1% -
XYZ 63.29 63.87 13.84 -
YUV 202.12 50.06 165.72 -
System Red Green Blue C M Y K H S L
Decimal 255 202 64 0 0.21 0.75 0 43.35 1 0.63
Hex FF CA 40 0 15 4B 0 2B 64 3F
Octal 377 312 100 0 25 113 0 53 144 77
Binary 11111111 11001010 1000000 0 10101 1001011 0 101011 1100100 111111

Color Harmonies of #FFCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA40

Black with #FFCA40

Text Example


Text Example

White with #FFCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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