Html Css Color HEX #FBA023 Lightning Yellow

📋 copy color: '#FBA023'

red 251 ◦ green 160 ◦ blue 35

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

Shades of Lightning Yellow #FBA023

Tints of Lightning Yellow #FBA023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.85%

R = 56.28%
G = 35.87%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBA023 (or 0xFBA023) is known color: Lightning Yellow. HEX triplet: FB, A0 and 23. RGB value is (251,160,35). Sum of RGB (Red+Green+Blue) = 251+160+35=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 35 (14.06% from 255 or 7.85% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA023 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA023 is #045FDC. Grayscale: #ADADAD. Windows color (decimal): -286685 or 2334971. OLE color: 2334971.

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

Color convert

RGB 251 160 35 -
CMYK 0 0.36 0.86 0.02
HSL 34.72º 0.96% 0.56% -
HSV(B) 34.72º 0.86% 0.98% -
XYZ 52.66 45.77 7.65 -
YUV 172.96 50.15 183.66 -
System Red Green Blue C M Y K H S L
Decimal 251 160 35 0 0.36 0.86 0.02 34.72 0.96 0.56
Hex FB A0 23 0 24 56 2 23 60 38
Octal 373 240 43 0 44 126 2 43 140 70
Binary 11111011 10100000 100011 0 100100 1010110 10 100011 1100000 111000

Color Harmonies of #FBA023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA023

Black with #FBA023

Text Example


Text Example

White with #FBA023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA023; }

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

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

background-color css

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

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

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

border-color css

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

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

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