Html Css Color HEX #FBA52A Lightning Yellow

📋 copy color: '#FBA52A'

red 251 ◦ green 165 ◦ blue 42

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

Shades of Lightning Yellow #FBA52A

Tints of Lightning Yellow #FBA52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.03%

 BLUE value IS 42 (16.8% from 255) = 9.17%

R = 54.8%
G = 36.03%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBA52A (or 0xFBA52A) is known color: Lightning Yellow. HEX triplet: FB, A5 and 2A. RGB value is (251,165,42). Sum of RGB (Red+Green+Blue) = 251+165+42=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA52A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA52A is #045AD5. Grayscale: #B1B1B1. Windows color (decimal): -285398 or 2795003. OLE color: 2795003.

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

Color convert

RGB 251 165 42 -
CMYK 0 0.34 0.83 0.02
HSL 35.31º 0.96% 0.57% -
HSV(B) 35.31º 0.83% 0.98% -
XYZ 53.66 47.59 8.55 -
YUV 176.69 51.99 181 -
System Red Green Blue C M Y K H S L
Decimal 251 165 42 0 0.34 0.83 0.02 35.31 0.96 0.57
Hex FB A5 2A 0 22 53 2 23 60 39
Octal 373 245 52 0 42 123 2 43 140 71
Binary 11111011 10100101 101010 0 100010 1010011 10 100011 1100000 111001

Color Harmonies of #FBA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA52A

Black with #FBA52A

Text Example


Text Example

White with #FBA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA52A; }

 p { color: rgb(251,165,42); }

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

background-color css

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

 a { background-color: rgb(251,165,42); }

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

border-color css

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

 span { border-color: rgb(251,165,42); }

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