#F6A334

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

Shades of Lightning Yellow #F6A334

Tints of Lightning Yellow #F6A334

Color information

#F6A334 (or 0xF6A334) is unknown color: approx Lightning Yellow. HEX triplet: F6, A3 and 34. RGB value is (246,163,52). Sum of RGB (Red+Green+Blue) = 246+163+52=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A334 is #095CCB. Grayscale: #AFAFAF. Windows color (decimal): -613580 or 3449846. OLE color: 3449846.

HSL color Cylindrical-coordinate representation of color #F6A334: hue angle of 34.33º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F6A334 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB24616352-
CMYK00.340.790.04
HSL34.33º91.51%58.43%-
HSV(B)34.33º78.86%96.47%-
XYZ51.7246.049.41-
YUV175.1658.5178.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.36%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 52 (20.70% from 255) = 11.28%
R=53.36%
G=35.36%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461635200.340.790.0434.3391.5158.43
HexF6A3340224F4225c3a
Octal3662436404211744213472
Binary1111011010100011110100010001010011111001000101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A334; }

 p { color: rgb(246,163,52); }

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

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

 a { background-color: rgb(246,163,52); }

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

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

 span { border-color: rgb(246,163,52); }

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