Html Css Color HEX #FFCA3A Sunglow

📋 copy color: '#FFCA3A'

red 255 ◦ green 202 ◦ blue 58

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

Shades of Sunglow #FFCA3A

Tints of Sunglow #FFCA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.26%

R = 49.51%
G = 39.22%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFCA3A (or 0xFFCA3A) is known color: Sunglow. HEX triplet: FF, CA and 3A. RGB value is (255,202,58). Sum of RGB (Red+Green+Blue) = 255+202+58=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 58 (23.05% from 255 or 11.26% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA3A is #0035C5. Grayscale: #CACACA. Windows color (decimal): -13766 or 3853055. OLE color: 3853055.

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

Color convert

RGB 255 202 58 -
CMYK 0 0.21 0.77 0
HSL 43.86º 1% 0.61% -
HSV(B) 43.86º 0.77% 1% -
XYZ 63.12 63.81 12.99 -
YUV 201.43 47.06 166.21 -
System Red Green Blue C M Y K H S L
Decimal 255 202 58 0 0.21 0.77 0 43.86 1 0.61
Hex FF CA 3A 0 15 4D 0 2C 64 3D
Octal 377 312 72 0 25 115 0 54 144 75
Binary 11111111 11001010 111010 0 10101 1001101 0 101100 1100100 111101

Color Harmonies of #FFCA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA3A

Black with #FFCA3A

Text Example


Text Example

White with #FFCA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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