Html Css Color HEX #FBA23B Lightning Yellow

📋 copy color: '#FBA23B'

red 251 ◦ green 162 ◦ blue 59

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

Shades of Lightning Yellow #FBA23B

Tints of Lightning Yellow #FBA23B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.32%

 BLUE value IS 59 (23.44% from 255) = 12.5%

R = 53.18%
G = 34.32%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FBA23B (or 0xFBA23B) is known color: Lightning Yellow. HEX triplet: FB, A2 and 3B. RGB value is (251,162,59). Sum of RGB (Red+Green+Blue) = 251+162+59=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA23B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA23B is #045DC4. Grayscale: #B1B1B1. Windows color (decimal): -286149 or 3908347. OLE color: 3908347.

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

Color convert

RGB 251 162 59 -
CMYK 0 0.35 0.76 0.02
HSL 32.19º 0.96% 0.61% -
HSV(B) 32.19º 0.76% 0.98% -
XYZ 53.49 46.67 10.33 -
YUV 176.87 61.49 180.88 -
System Red Green Blue C M Y K H S L
Decimal 251 162 59 0 0.35 0.76 0.02 32.19 0.96 0.61
Hex FB A2 3B 0 23 4C 2 20 60 3D
Octal 373 242 73 0 43 114 2 40 140 75
Binary 11111011 10100010 111011 0 100011 1001100 10 100000 1100000 111101

Color Harmonies of #FBA23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA23B

Black with #FBA23B

Text Example


Text Example

White with #FBA23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA23B; }

 p { color: rgb(251,162,59); }

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

background-color css

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

 a { background-color: rgb(251,162,59); }

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

border-color css

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

 span { border-color: rgb(251,162,59); }

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