Html Css Color HEX #FB9F30 Lightning Yellow

📋 copy color: '#FB9F30'

red 251 ◦ green 159 ◦ blue 48

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

Shades of Lightning Yellow #FB9F30

Tints of Lightning Yellow #FB9F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.48%

R = 54.8%
G = 34.72%
B = 10.48%

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

#FB9F30 (or 0xFB9F30) is known color: Lightning Yellow. HEX triplet: FB, 9F and 30. RGB value is (251,159,48). Sum of RGB (Red+Green+Blue) = 251+159+48=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9F30 is #0460CF. Grayscale: #AEAEAE. Windows color (decimal): -286928 or 3186683. OLE color: 3186683.

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

Color convert

RGB 251 159 48 -
CMYK 0 0.37 0.81 0.02
HSL 32.81º 0.96% 0.59% -
HSV(B) 32.81º 0.81% 0.98% -
XYZ 52.72 45.52 8.8 -
YUV 173.85 56.98 183.03 -
System Red Green Blue C M Y K H S L
Decimal 251 159 48 0 0.37 0.81 0.02 32.81 0.96 0.59
Hex FB 9F 30 0 25 51 2 21 60 3B
Octal 373 237 60 0 45 121 2 41 140 73
Binary 11111011 10011111 110000 0 100101 1010001 10 100001 1100000 111011

Color Harmonies of #FB9F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9F30

Black with #FB9F30

Text Example


Text Example

White with #FB9F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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