Html Css Color HEX #FBA423 Lightning Yellow

📋 copy color: '#FBA423'

red 251 ◦ green 164 ◦ blue 35

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

Shades of Lightning Yellow #FBA423

Tints of Lightning Yellow #FBA423

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.44%

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

R = 55.78%
G = 36.44%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBA423 (or 0xFBA423) is known color: Lightning Yellow. HEX triplet: FB, A4 and 23. RGB value is (251,164,35). Sum of RGB (Red+Green+Blue) = 251+164+35=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA423 is #045BDC. Grayscale: #AFAFAF. Windows color (decimal): -285661 or 2335995. OLE color: 2335995.

HSL color Cylindrical-coordinate representation of color #FBA423: hue angle of 35.83º 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 #FBA423 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 164 35 -
CMYK 0 0.35 0.86 0.02
HSL 35.83º 0.96% 0.56% -
HSV(B) 35.83º 0.86% 0.98% -
XYZ 53.36 47.18 7.88 -
YUV 175.31 48.82 181.99 -
System Red Green Blue C M Y K H S L
Decimal 251 164 35 0 0.35 0.86 0.02 35.83 0.96 0.56
Hex FB A4 23 0 23 56 2 24 60 38
Octal 373 244 43 0 43 126 2 44 140 70
Binary 11111011 10100100 100011 0 100011 1010110 10 100100 1100000 111000

Color Harmonies of #FBA423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA423

Black with #FBA423

Text Example


Text Example

White with #FBA423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA423; }

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

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

background-color css

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

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

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

border-color css

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

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

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