Html Css Color HEX #F99F2D Lightning Yellow

📋 copy color: '#F99F2D'

red 249 ◦ green 159 ◦ blue 45

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

Shades of Lightning Yellow #F99F2D

Tints of Lightning Yellow #F99F2D

RGB

 RED value IS 249 (97.66% from 255) = 54.97%

 GREEN value IS 159 (62.5% from 255) = 35.1%

 BLUE value IS 45 (17.97% from 255) = 9.93%

R = 54.97%
G = 35.1%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F99F2D (or 0xF99F2D) is known color: Lightning Yellow. HEX triplet: F9, 9F and 2D. RGB value is (249,159,45). Sum of RGB (Red+Green+Blue) = 249+159+45=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99F2D is #0660D2. Grayscale: #ADADAD. Windows color (decimal): -418003 or 2990073. OLE color: 2990073.

HSL color Cylindrical-coordinate representation of color #F99F2D: hue angle of 33.53º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F99F2D is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 159 45 -
CMYK 0 0.36 0.82 0.02
HSL 33.53º 0.94% 0.58% -
HSV(B) 33.53º 0.82% 0.98% -
XYZ 51.94 45.13 8.46 -
YUV 172.91 55.82 182.27 -
System Red Green Blue C M Y K H S L
Decimal 249 159 45 0 0.36 0.82 0.02 33.53 0.94 0.58
Hex F9 9F 2D 0 24 52 2 22 5E 3A
Octal 371 237 55 0 44 122 2 42 136 72
Binary 11111001 10011111 101101 0 100100 1010010 10 100010 1011110 111010

Color Harmonies of #F99F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99F2D

Black with #F99F2D

Text Example


Text Example

White with #F99F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99F2D; }

 p { color: rgb(249,159,45); }

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

background-color css

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

 a { background-color: rgb(249,159,45); }

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

border-color css

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

 span { border-color: rgb(249,159,45); }

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