Html Css Color HEX #FBA33D Lightning Yellow

📋 copy color: '#FBA33D'

red 251 ◦ green 163 ◦ blue 61

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

Shades of Lightning Yellow #FBA33D

Tints of Lightning Yellow #FBA33D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.32%

 BLUE value IS 61 (24.22% from 255) = 12.84%

R = 52.84%
G = 34.32%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FBA33D (or 0xFBA33D) is known color: Lightning Yellow. HEX triplet: FB, A3 and 3D. RGB value is (251,163,61). Sum of RGB (Red+Green+Blue) = 251+163+61=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA33D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA33D is #045CC2. Grayscale: #B2B2B2. Windows color (decimal): -285891 or 4039675. OLE color: 4039675.

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

Color convert

RGB 251 163 61 -
CMYK 0 0.35 0.76 0.02
HSL 32.21º 0.96% 0.61% -
HSV(B) 32.21º 0.76% 0.98% -
XYZ 53.72 47.04 10.66 -
YUV 177.68 62.15 180.29 -
System Red Green Blue C M Y K H S L
Decimal 251 163 61 0 0.35 0.76 0.02 32.21 0.96 0.61
Hex FB A3 3D 0 23 4C 2 20 60 3D
Octal 373 243 75 0 43 114 2 40 140 75
Binary 11111011 10100011 111101 0 100011 1001100 10 100000 1100000 111101

Color Harmonies of #FBA33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA33D

Black with #FBA33D

Text Example


Text Example

White with #FBA33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA33D; }

 p { color: rgb(251,163,61); }

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

background-color css

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

 a { background-color: rgb(251,163,61); }

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

border-color css

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

 span { border-color: rgb(251,163,61); }

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