Html Css Color HEX #FBA935 Lightning Yellow

📋 copy color: '#FBA935'

red 251 ◦ green 169 ◦ blue 53

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

Shades of Lightning Yellow #FBA935

Tints of Lightning Yellow #FBA935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.73%

 BLUE value IS 53 (21.09% from 255) = 11.21%

R = 53.07%
G = 35.73%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FBA935 (or 0xFBA935) is known color: Lightning Yellow. HEX triplet: FB, A9 and 35. RGB value is (251,169,53). Sum of RGB (Red+Green+Blue) = 251+169+53=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA935 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA935 is #0456CA. Grayscale: #B4B4B4. Windows color (decimal): -284363 or 3516923. OLE color: 3516923.

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

Color convert

RGB 251 169 53 -
CMYK 0 0.33 0.79 0.02
HSL 35.15º 0.96% 0.6% -
HSV(B) 35.15º 0.79% 0.98% -
XYZ 54.61 49.14 9.98 -
YUV 180.29 56.17 178.43 -
System Red Green Blue C M Y K H S L
Decimal 251 169 53 0 0.33 0.79 0.02 35.15 0.96 0.6
Hex FB A9 35 0 21 4F 2 23 60 3C
Octal 373 251 65 0 41 117 2 43 140 74
Binary 11111011 10101001 110101 0 100001 1001111 10 100011 1100000 111100

Color Harmonies of #FBA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA935

Black with #FBA935

Text Example


Text Example

White with #FBA935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA935; }

 p { color: rgb(251,169,53); }

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

background-color css

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

 a { background-color: rgb(251,169,53); }

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

border-color css

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

 span { border-color: rgb(251,169,53); }

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