Html Css Color HEX #FBA327 Lightning Yellow

📋 copy color: '#FBA327'

red 251 ◦ green 163 ◦ blue 39

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

Shades of Lightning Yellow #FBA327

Tints of Lightning Yellow #FBA327

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.98%

 BLUE value IS 39 (15.63% from 255) = 8.61%

R = 55.41%
G = 35.98%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBA327 (or 0xFBA327) is known color: Lightning Yellow. HEX triplet: FB, A3 and 27. RGB value is (251,163,39). Sum of RGB (Red+Green+Blue) = 251+163+39=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA327 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA327 is #045CD8. Grayscale: #AFAFAF. Windows color (decimal): -285913 or 2597883. OLE color: 2597883.

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

Color convert

RGB 251 163 39 -
CMYK 0 0.35 0.84 0.02
HSL 35.09º 0.96% 0.57% -
HSV(B) 35.09º 0.84% 0.98% -
XYZ 53.25 46.85 8.16 -
YUV 175.18 51.15 182.08 -
System Red Green Blue C M Y K H S L
Decimal 251 163 39 0 0.35 0.84 0.02 35.09 0.96 0.57
Hex FB A3 27 0 23 54 2 23 60 39
Octal 373 243 47 0 43 124 2 43 140 71
Binary 11111011 10100011 100111 0 100011 1010100 10 100011 1100000 111001

Color Harmonies of #FBA327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA327

Black with #FBA327

Text Example


Text Example

White with #FBA327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA327; }

 p { color: rgb(251,163,39); }

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

background-color css

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

 a { background-color: rgb(251,163,39); }

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

border-color css

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

 span { border-color: rgb(251,163,39); }

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