Html Css Color HEX #FBA72F Lightning Yellow

📋 copy color: '#FBA72F'

red 251 ◦ green 167 ◦ blue 47

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

Shades of Lightning Yellow #FBA72F

Tints of Lightning Yellow #FBA72F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.91%

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

R = 53.98%
G = 35.91%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBA72F (or 0xFBA72F) is known color: Lightning Yellow. HEX triplet: FB, A7 and 2F. RGB value is (251,167,47). Sum of RGB (Red+Green+Blue) = 251+167+47=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA72F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA72F is #0458D0. Grayscale: #B2B2B2. Windows color (decimal): -284881 or 3123195. OLE color: 3123195.

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

Color convert

RGB 251 167 47 -
CMYK 0 0.33 0.81 0.02
HSL 35.29º 0.96% 0.58% -
HSV(B) 35.29º 0.81% 0.98% -
XYZ 54.12 48.35 9.17 -
YUV 178.44 53.83 179.76 -
System Red Green Blue C M Y K H S L
Decimal 251 167 47 0 0.33 0.81 0.02 35.29 0.96 0.58
Hex FB A7 2F 0 21 51 2 23 60 3A
Octal 373 247 57 0 41 121 2 43 140 72
Binary 11111011 10100111 101111 0 100001 1010001 10 100011 1100000 111010

Color Harmonies of #FBA72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA72F

Black with #FBA72F

Text Example


Text Example

White with #FBA72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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