Html Css Color HEX #FB9F2F Lightning Yellow

📋 copy color: '#FB9F2F'

red 251 ◦ green 159 ◦ blue 47

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

Shades of Lightning Yellow #FB9F2F

Tints of Lightning Yellow #FB9F2F

RGB

 RED value IS 251 (98.44% from 255) = 54.92%

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

 BLUE value IS 47 (18.75% from 255) = 10.28%

R = 54.92%
G = 34.79%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB9F2F (or 0xFB9F2F) is known color: Lightning Yellow. HEX triplet: FB, 9F and 2F. RGB value is (251,159,47). Sum of RGB (Red+Green+Blue) = 251+159+47=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9F2F is #0460D0. Grayscale: #AEAEAE. Windows color (decimal): -286929 or 3121147. OLE color: 3121147.

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

Color convert

RGB 251 159 47 -
CMYK 0 0.37 0.81 0.02
HSL 32.94º 0.96% 0.58% -
HSV(B) 32.94º 0.81% 0.98% -
XYZ 52.69 45.51 8.7 -
YUV 173.74 56.48 183.11 -
System Red Green Blue C M Y K H S L
Decimal 251 159 47 0 0.37 0.81 0.02 32.94 0.96 0.58
Hex FB 9F 2F 0 25 51 2 21 60 3A
Octal 373 237 57 0 45 121 2 41 140 72
Binary 11111011 10011111 101111 0 100101 1010001 10 100001 1100000 111010

Color Harmonies of #FB9F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9F2F

Black with #FB9F2F

Text Example


Text Example

White with #FB9F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9F2F; }

 p { color: rgb(251,159,47); }

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

background-color css

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

 a { background-color: rgb(251,159,47); }

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

border-color css

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

 span { border-color: rgb(251,159,47); }

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