#f9ca3f

Color #F9CA3F Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #F9CA3F

Tints of Sunglow #F9CA3F

Color information

#F9CA3F (or 0xF9CA3F) is unknown color: approx Sunglow. HEX triplet: F9, CA and 3F. RGB value is (249,202,63). Sum of RGB (Red+Green+Blue) = 249+202+63=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CA3F is #0635C0. Grayscale: #C8C8C8. Windows color (decimal): -406977 or 4180729. OLE color: 4180729.

HSL color Cylindrical-coordinate representation of color #F9CA3F: hue angle of 44.84º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F9CA3F is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB24920263-
CMYK00.190.750.02
HSL44.84º93.94%61.18%-
HSV(B)44.84º74.7%97.65%-
XYZ61.0862.7413.59-
YUV200.2150.57162.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.44%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 63 (25% from 255) = 12.26%
R=48.44%
G=39.30%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492026300.190.750.0244.8493.9461.18
HexF9CA3F0134B22d5e3d
Octal3713127702311325513675
Binary11111001110010101111110100111001011101011011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9ca3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9ca3f; }

 p { color: rgb(249,202,63); }

 H1.HeaderClassName
 {
   color: #f9ca3f;
 }
 .AnyTagClassName
 {
   color: #f9ca3f;
 }
</style>
background-color css

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

 a { background-color: rgb(249,202,63); }

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

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

 span { border-color: rgb(249,202,63); }

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