Html Css Color HEX #FBA53F Yellow Orange

📋 copy color: '#FBA53F'

red 251 ◦ green 165 ◦ blue 63

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

Shades of Yellow Orange #FBA53F

Tints of Yellow Orange #FBA53F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

 BLUE value IS 63 (25% from 255) = 13.15%

R = 52.4%
G = 34.45%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FBA53F (or 0xFBA53F) is known color: Yellow Orange. HEX triplet: FB, A5 and 3F. RGB value is (251,165,63). Sum of RGB (Red+Green+Blue) = 251+165+63=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA53F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA53F is #045AC0. Grayscale: #B3B3B3. Windows color (decimal): -285377 or 4171259. OLE color: 4171259.

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

Color convert

RGB 251 165 63 -
CMYK 0 0.34 0.75 0.02
HSL 32.55º 0.96% 0.62% -
HSV(B) 32.55º 0.75% 0.98% -
XYZ 54.14 47.78 11.07 -
YUV 179.09 62.49 179.29 -
System Red Green Blue C M Y K H S L
Decimal 251 165 63 0 0.34 0.75 0.02 32.55 0.96 0.62
Hex FB A5 3F 0 22 4B 2 21 60 3E
Octal 373 245 77 0 42 113 2 41 140 76
Binary 11111011 10100101 111111 0 100010 1001011 10 100001 1100000 111110

Color Harmonies of #FBA53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA53F

Black with #FBA53F

Text Example


Text Example

White with #FBA53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA53F; }

 p { color: rgb(251,165,63); }

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

background-color css

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

 a { background-color: rgb(251,165,63); }

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

border-color css

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

 span { border-color: rgb(251,165,63); }

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