Html Css Color HEX #FBA52F Lightning Yellow

📋 copy color: '#FBA52F'

red 251 ◦ green 165 ◦ blue 47

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

Shades of Lightning Yellow #FBA52F

Tints of Lightning Yellow #FBA52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.15%

R = 54.21%
G = 35.64%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBA52F (or 0xFBA52F) is known color: Lightning Yellow. HEX triplet: FB, A5 and 2F. RGB value is (251,165,47). Sum of RGB (Red+Green+Blue) = 251+165+47=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA52F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA52F is #045AD0. Grayscale: #B1B1B1. Windows color (decimal): -285393 or 3122683. OLE color: 3122683.

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

Color convert

RGB 251 165 47 -
CMYK 0 0.34 0.81 0.02
HSL 34.71º 0.96% 0.58% -
HSV(B) 34.71º 0.81% 0.98% -
XYZ 53.75 47.62 9.05 -
YUV 177.26 54.49 180.59 -
System Red Green Blue C M Y K H S L
Decimal 251 165 47 0 0.34 0.81 0.02 34.71 0.96 0.58
Hex FB A5 2F 0 22 51 2 23 60 3A
Octal 373 245 57 0 42 121 2 43 140 72
Binary 11111011 10100101 101111 0 100010 1010001 10 100011 1100000 111010

Color Harmonies of #FBA52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA52F

Black with #FBA52F

Text Example


Text Example

White with #FBA52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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