#FBCA2C

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

Shades of Sunglow #FBCA2C

Tints of Sunglow #FBCA2C

Color information

#FBCA2C (or 0xFBCA2C) is unknown color: approx Sunglow. HEX triplet: FB, CA and 2C. RGB value is (251,202,44). Sum of RGB (Red+Green+Blue) = 251+202+44=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 44 (17.58% from 255 or 8.85% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCA2C is #0435D3. Grayscale: #C7C7C7. Windows color (decimal): -275924 or 2935547. OLE color: 2935547.

HSL color Cylindrical-coordinate representation of color #FBCA2C: hue angle of 45.8º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBCA2C is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB25120244-
CMYK00.200.820.02
HSL45.8º96.28%57.84%-
HSV(B)45.8º82.47%98.43%-
XYZ61.3662.9311.3-
YUV198.6440.73165.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 202 (79.30% from 255) = 40.64%
BLUE value IS 44 (17.58% from 255) = 8.85%
R=50.50%
G=40.64%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512024400.200.820.0245.896.2857.84
HexFBCA2C0145222e603a
Octal3733125402412225614072
Binary11111011110010101011000101001010010101011101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCA2C; }

 p { color: rgb(251,202,44); }

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

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

 a { background-color: rgb(251,202,44); }

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

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

 span { border-color: rgb(251,202,44); }

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