Html Css Color HEX #F69C2A Lightning Yellow

📋 copy color: '#F69C2A'

red 246 ◦ green 156 ◦ blue 42

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

Shades of Lightning Yellow #F69C2A

Tints of Lightning Yellow #F69C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.14%

 BLUE value IS 42 (16.8% from 255) = 9.46%

R = 55.41%
G = 35.14%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F69C2A (or 0xF69C2A) is known color: Lightning Yellow. HEX triplet: F6, 9C and 2A. RGB value is (246,156,42). Sum of RGB (Red+Green+Blue) = 246+156+42=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69C2A is #0963D5. Grayscale: #AAAAAA. Windows color (decimal): -615382 or 2792694. OLE color: 2792694.

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

Color convert

RGB 246 156 42 -
CMYK 0 0.37 0.83 0.04
HSL 33.53º 0.92% 0.56% -
HSV(B) 33.53º 0.83% 0.96% -
XYZ 50.31 43.54 7.94 -
YUV 169.91 55.82 182.27 -
System Red Green Blue C M Y K H S L
Decimal 246 156 42 0 0.37 0.83 0.04 33.53 0.92 0.56
Hex F6 9C 2A 0 25 53 4 22 5C 38
Octal 366 234 52 0 45 123 4 42 134 70
Binary 11110110 10011100 101010 0 100101 1010011 100 100010 1011100 111000

Color Harmonies of #F69C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69C2A

Black with #F69C2A

Text Example


Text Example

White with #F69C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69C2A; }

 p { color: rgb(246,156,42); }

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

background-color css

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

 a { background-color: rgb(246,156,42); }

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

border-color css

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

 span { border-color: rgb(246,156,42); }

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