Html Css Color HEX #FBA625 Lightning Yellow

📋 copy color: '#FBA625'

red 251 ◦ green 166 ◦ blue 37

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

Shades of Lightning Yellow #FBA625

Tints of Lightning Yellow #FBA625

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.56%

 BLUE value IS 37 (14.84% from 255) = 8.15%

R = 55.29%
G = 36.56%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBA625 (or 0xFBA625) is known color: Lightning Yellow. HEX triplet: FB, A6 and 25. RGB value is (251,166,37). Sum of RGB (Red+Green+Blue) = 251+166+37=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA625 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA625 is #0459DA. Grayscale: #B1B1B1. Windows color (decimal): -285147 or 2467579. OLE color: 2467579.

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

Color convert

RGB 251 166 37 -
CMYK 0 0.34 0.85 0.02
HSL 36.17º 0.96% 0.56% -
HSV(B) 36.17º 0.85% 0.98% -
XYZ 53.75 47.92 8.17 -
YUV 176.71 49.16 180.99 -
System Red Green Blue C M Y K H S L
Decimal 251 166 37 0 0.34 0.85 0.02 36.17 0.96 0.56
Hex FB A6 25 0 22 55 2 24 60 38
Octal 373 246 45 0 42 125 2 44 140 70
Binary 11111011 10100110 100101 0 100010 1010101 10 100100 1100000 111000

Color Harmonies of #FBA625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA625

Black with #FBA625

Text Example


Text Example

White with #FBA625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA625; }

 p { color: rgb(251,166,37); }

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

background-color css

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

 a { background-color: rgb(251,166,37); }

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

border-color css

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

 span { border-color: rgb(251,166,37); }

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