Html Css Color HEX #FBA82F Lightning Yellow

📋 copy color: '#FBA82F'

red 251 ◦ green 168 ◦ blue 47

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

Shades of Lightning Yellow #FBA82F

Tints of Lightning Yellow #FBA82F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

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

R = 53.86%
G = 36.05%
B = 10.09%

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

#FBA82F (or 0xFBA82F) is known color: Lightning Yellow. HEX triplet: FB, A8 and 2F. RGB value is (251,168,47). Sum of RGB (Red+Green+Blue) = 251+168+47=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA82F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA82F is #0457D0. Grayscale: #B3B3B3. Windows color (decimal): -284625 or 3123451. OLE color: 3123451.

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

Color convert

RGB 251 168 47 -
CMYK 0 0.33 0.81 0.02
HSL 35.59º 0.96% 0.58% -
HSV(B) 35.59º 0.81% 0.98% -
XYZ 54.3 48.72 9.23 -
YUV 179.02 53.5 179.34 -
System Red Green Blue C M Y K H S L
Decimal 251 168 47 0 0.33 0.81 0.02 35.59 0.96 0.58
Hex FB A8 2F 0 21 51 2 24 60 3A
Octal 373 250 57 0 41 121 2 44 140 72
Binary 11111011 10101000 101111 0 100001 1010001 10 100100 1100000 111010

Color Harmonies of #FBA82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA82F

Black with #FBA82F

Text Example


Text Example

White with #FBA82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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