Html Css Color HEX #FBA33C Lightning Yellow

📋 copy color: '#FBA33C'

red 251 ◦ green 163 ◦ blue 60

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

Shades of Lightning Yellow #FBA33C

Tints of Lightning Yellow #FBA33C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.66%

R = 52.95%
G = 34.39%
B = 12.66%

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

#FBA33C (or 0xFBA33C) is known color: Lightning Yellow. HEX triplet: FB, A3 and 3C. RGB value is (251,163,60). Sum of RGB (Red+Green+Blue) = 251+163+60=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA33C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA33C is #045CC3. Grayscale: #B2B2B2. Windows color (decimal): -285892 or 3974139. OLE color: 3974139.

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

Color convert

RGB 251 163 60 -
CMYK 0 0.35 0.76 0.02
HSL 32.36º 0.96% 0.61% -
HSV(B) 32.36º 0.76% 0.98% -
XYZ 53.7 47.03 10.52 -
YUV 177.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 251 163 60 0 0.35 0.76 0.02 32.36 0.96 0.61
Hex FB A3 3C 0 23 4C 2 20 60 3D
Octal 373 243 74 0 43 114 2 40 140 75
Binary 11111011 10100011 111100 0 100011 1001100 10 100000 1100000 111101

Color Harmonies of #FBA33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA33C

Black with #FBA33C

Text Example


Text Example

White with #FBA33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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