Html Css Color HEX #F69B2A Lightning Yellow

📋 copy color: '#F69B2A'

red 246 ◦ green 155 ◦ blue 42

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

Shades of Lightning Yellow #F69B2A

Tints of Lightning Yellow #F69B2A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.99%

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

R = 55.53%
G = 34.99%
B = 9.48%

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

#F69B2A (or 0xF69B2A) is known color: Lightning Yellow. HEX triplet: F6, 9B and 2A. RGB value is (246,155,42). Sum of RGB (Red+Green+Blue) = 246+155+42=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69B2A is #0964D5. Grayscale: #A9A9A9. Windows color (decimal): -615638 or 2792438. OLE color: 2792438.

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

Color convert

RGB 246 155 42 -
CMYK 0 0.37 0.83 0.04
HSL 33.24º 0.92% 0.56% -
HSV(B) 33.24º 0.83% 0.96% -
XYZ 50.15 43.2 7.89 -
YUV 169.33 56.15 182.69 -
System Red Green Blue C M Y K H S L
Decimal 246 155 42 0 0.37 0.83 0.04 33.24 0.92 0.56
Hex F6 9B 2A 0 25 53 4 21 5C 38
Octal 366 233 52 0 45 123 4 41 134 70
Binary 11110110 10011011 101010 0 100101 1010011 100 100001 1011100 111000

Color Harmonies of #F69B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69B2A

Black with #F69B2A

Text Example


Text Example

White with #F69B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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