Html Css Color HEX #FBA03A Lightning Yellow

📋 copy color: '#FBA03A'

red 251 ◦ green 160 ◦ blue 58

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

Shades of Lightning Yellow #FBA03A

Tints of Lightning Yellow #FBA03A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.12%

 BLUE value IS 58 (23.05% from 255) = 12.37%

R = 53.52%
G = 34.12%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FBA03A (or 0xFBA03A) is known color: Lightning Yellow. HEX triplet: FB, A0 and 3A. RGB value is (251,160,58). Sum of RGB (Red+Green+Blue) = 251+160+58=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA03A is #045FC5. Grayscale: #B0B0B0. Windows color (decimal): -286662 or 3842299. OLE color: 3842299.

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

Color convert

RGB 251 160 58 -
CMYK 0 0.36 0.77 0.02
HSL 31.71º 0.96% 0.61% -
HSV(B) 31.71º 0.77% 0.98% -
XYZ 53.12 45.96 10.07 -
YUV 175.58 61.65 181.79 -
System Red Green Blue C M Y K H S L
Decimal 251 160 58 0 0.36 0.77 0.02 31.71 0.96 0.61
Hex FB A0 3A 0 24 4D 2 20 60 3D
Octal 373 240 72 0 44 115 2 40 140 75
Binary 11111011 10100000 111010 0 100100 1001101 10 100000 1100000 111101

Color Harmonies of #FBA03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA03A

Black with #FBA03A

Text Example


Text Example

White with #FBA03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA03A; }

 p { color: rgb(251,160,58); }

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

background-color css

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

 a { background-color: rgb(251,160,58); }

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

border-color css

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

 span { border-color: rgb(251,160,58); }

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