Html Css Color HEX #F6AA2C Lightning Yellow

📋 copy color: '#F6AA2C'

red 246 ◦ green 170 ◦ blue 44

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

Shades of Lightning Yellow #F6AA2C

Tints of Lightning Yellow #F6AA2C

RGB

 RED value IS 246 (96.48% from 255) = 53.48%

 GREEN value IS 170 (66.8% from 255) = 36.96%

 BLUE value IS 44 (17.58% from 255) = 9.57%

R = 53.48%
G = 36.96%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6AA2C (or 0xF6AA2C) is known color: Lightning Yellow. HEX triplet: F6, AA and 2C. RGB value is (246,170,44). Sum of RGB (Red+Green+Blue) = 246+170+44=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AA2C is #0955D3. Grayscale: #B2B2B2. Windows color (decimal): -611796 or 2927350. OLE color: 2927350.

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

Color convert

RGB 246 170 44 -
CMYK 0 0.31 0.82 0.04
HSL 37.43º 0.92% 0.57% -
HSV(B) 37.43º 0.82% 0.96% -
XYZ 52.84 48.52 8.96 -
YUV 178.36 52.18 176.25 -
System Red Green Blue C M Y K H S L
Decimal 246 170 44 0 0.31 0.82 0.04 37.43 0.92 0.57
Hex F6 AA 2C 0 1F 52 4 25 5C 39
Octal 366 252 54 0 37 122 4 45 134 71
Binary 11110110 10101010 101100 0 11111 1010010 100 100101 1011100 111001

Color Harmonies of #F6AA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AA2C

Black with #F6AA2C

Text Example


Text Example

White with #F6AA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AA2C; }

 p { color: rgb(246,170,44); }

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

background-color css

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

 a { background-color: rgb(246,170,44); }

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

border-color css

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

 span { border-color: rgb(246,170,44); }

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