Html Css Color HEX #F6A422 Lightning Yellow

📋 copy color: '#F6A422'

red 246 ◦ green 164 ◦ blue 34

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

Shades of Lightning Yellow #F6A422

Tints of Lightning Yellow #F6A422

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.94%

 BLUE value IS 34 (13.67% from 255) = 7.66%

R = 55.41%
G = 36.94%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F6A422 (or 0xF6A422) is known color: Lightning Yellow. HEX triplet: F6, A4 and 22. RGB value is (246,164,34). Sum of RGB (Red+Green+Blue) = 246+164+34=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A422 is #095BDD. Grayscale: #AEAEAE. Windows color (decimal): -613342 or 2270454. OLE color: 2270454.

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

Color convert

RGB 246 164 34 -
CMYK 0 0.33 0.86 0.04
HSL 36.79º 0.92% 0.55% -
HSV(B) 36.79º 0.86% 0.96% -
XYZ 51.57 46.26 7.72 -
YUV 173.7 49.17 179.57 -
System Red Green Blue C M Y K H S L
Decimal 246 164 34 0 0.33 0.86 0.04 36.79 0.92 0.55
Hex F6 A4 22 0 21 56 4 25 5C 37
Octal 366 244 42 0 41 126 4 45 134 67
Binary 11110110 10100100 100010 0 100001 1010110 100 100101 1011100 110111

Color Harmonies of #F6A422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A422

Black with #F6A422

Text Example


Text Example

White with #F6A422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A422; }

 p { color: rgb(246,164,34); }

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

background-color css

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

 a { background-color: rgb(246,164,34); }

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

border-color css

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

 span { border-color: rgb(246,164,34); }

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