Html Css Color HEX #FB9F2D Lightning Yellow

📋 copy color: '#FB9F2D'

red 251 ◦ green 159 ◦ blue 45

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

Shades of Lightning Yellow #FB9F2D

Tints of Lightning Yellow #FB9F2D

RGB

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

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

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

R = 55.16%
G = 34.95%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB9F2D (or 0xFB9F2D) is known color: Lightning Yellow. HEX triplet: FB, 9F and 2D. RGB value is (251,159,45). Sum of RGB (Red+Green+Blue) = 251+159+45=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9F2D is #0460D2. Grayscale: #AEAEAE. Windows color (decimal): -286931 or 2990075. OLE color: 2990075.

HSL color Cylindrical-coordinate representation of color #FB9F2D: hue angle of 33.2º degrees, saturation: 0.96, 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 #FB9F2D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 159 45 -
CMYK 0 0.37 0.82 0.02
HSL 33.2º 0.96% 0.58% -
HSV(B) 33.2º 0.82% 0.98% -
XYZ 52.66 45.49 8.49 -
YUV 173.51 55.48 183.27 -
System Red Green Blue C M Y K H S L
Decimal 251 159 45 0 0.37 0.82 0.02 33.2 0.96 0.58
Hex FB 9F 2D 0 25 52 2 21 60 3A
Octal 373 237 55 0 45 122 2 41 140 72
Binary 11111011 10011111 101101 0 100101 1010010 10 100001 1100000 111010

Color Harmonies of #FB9F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9F2D

Black with #FB9F2D

Text Example


Text Example

White with #FB9F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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