Html Css Color HEX #F6A83C Lightning Yellow

📋 copy color: '#F6A83C'

red 246 ◦ green 168 ◦ blue 60

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

Shades of Lightning Yellow #F6A83C

Tints of Lightning Yellow #F6A83C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.44%

 BLUE value IS 60 (23.83% from 255) = 12.66%

R = 51.9%
G = 35.44%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6A83C (or 0xF6A83C) is known color: Lightning Yellow. HEX triplet: F6, A8 and 3C. RGB value is (246,168,60). Sum of RGB (Red+Green+Blue) = 246+168+60=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A83C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A83C is #0957C3. Grayscale: #B3B3B3. Windows color (decimal): -612292 or 3975414. OLE color: 3975414.

HSL color Cylindrical-coordinate representation of color #F6A83C: hue angle of 34.84º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6A83C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 168 60 -
CMYK 0 0.32 0.76 0.04
HSL 34.84º 0.91% 0.6% -
HSV(B) 34.84º 0.76% 0.96% -
XYZ 52.82 47.92 10.74 -
YUV 179.01 60.84 175.78 -
System Red Green Blue C M Y K H S L
Decimal 246 168 60 0 0.32 0.76 0.04 34.84 0.91 0.6
Hex F6 A8 3C 0 20 4C 4 23 5B 3C
Octal 366 250 74 0 40 114 4 43 133 74
Binary 11110110 10101000 111100 0 100000 1001100 100 100011 1011011 111100

Color Harmonies of #F6A83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A83C

Black with #F6A83C

Text Example


Text Example

White with #F6A83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A83C; }

 p { color: rgb(246,168,60); }

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

background-color css

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

 a { background-color: rgb(246,168,60); }

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

border-color css

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

 span { border-color: rgb(246,168,60); }

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