Html Css Color HEX #F6A42C Lightning Yellow

📋 copy color: '#F6A42C'

red 246 ◦ green 164 ◦ blue 44

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

Shades of Lightning Yellow #F6A42C

Tints of Lightning Yellow #F6A42C

RGB

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

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

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

R = 54.19%
G = 36.12%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6A42C (or 0xF6A42C) is known color: Lightning Yellow. HEX triplet: F6, A4 and 2C. RGB value is (246,164,44). Sum of RGB (Red+Green+Blue) = 246+164+44=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A42C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A42C is #095BD3. Grayscale: #AFAFAF. Windows color (decimal): -613332 or 2925814. OLE color: 2925814.

HSL color Cylindrical-coordinate representation of color #F6A42C: hue angle of 35.64º 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 #F6A42C is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 164 44 -
CMYK 0 0.33 0.82 0.04
HSL 35.64º 0.92% 0.57% -
HSV(B) 35.64º 0.82% 0.96% -
XYZ 51.74 46.33 8.6 -
YUV 174.84 54.17 178.76 -
System Red Green Blue C M Y K H S L
Decimal 246 164 44 0 0.33 0.82 0.04 35.64 0.92 0.57
Hex F6 A4 2C 0 21 52 4 24 5C 39
Octal 366 244 54 0 41 122 4 44 134 71
Binary 11110110 10100100 101100 0 100001 1010010 100 100100 1011100 111001

Color Harmonies of #F6A42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A42C

Black with #F6A42C

Text Example


Text Example

White with #F6A42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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