Html Css Color HEX #FFB540 Yellow Orange

📋 copy color: '#FFB540'

red 255 ◦ green 181 ◦ blue 64

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

Shades of Yellow Orange #FFB540

Tints of Yellow Orange #FFB540

RGB

 RED value IS 255 (100% from 255) = 51%

 GREEN value IS 181 (71.09% from 255) = 36.2%

 BLUE value IS 64 (25.39% from 255) = 12.8%

R = 51%
G = 36.2%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFB540 (or 0xFFB540) is known color: Yellow Orange. HEX triplet: FF, B5 and 40. RGB value is (255,181,64). Sum of RGB (Red+Green+Blue) = 255+181+64=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB540 is #004ABF. Grayscale: #BEBEBE. Windows color (decimal): -19136 or 4240895. OLE color: 4240895.

HSL color Cylindrical-coordinate representation of color #FFB540: hue angle of 36.75º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFB540 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 181 64 -
CMYK 0 0.29 0.75 0
HSL 36.75º 1% 0.63% -
HSV(B) 36.75º 0.75% 1% -
XYZ 58.69 54.68 12.31 -
YUV 189.79 57.02 174.51 -
System Red Green Blue C M Y K H S L
Decimal 255 181 64 0 0.29 0.75 0 36.75 1 0.63
Hex FF B5 40 0 1D 4B 0 25 64 3F
Octal 377 265 100 0 35 113 0 45 144 77
Binary 11111111 10110101 1000000 0 11101 1001011 0 100101 1100100 111111

Color Harmonies of #FFB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB540

Black with #FFB540

Text Example


Text Example

White with #FFB540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB540; }

 p { color: rgb(255,181,64); }

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

background-color css

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

 a { background-color: rgb(255,181,64); }

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

border-color css

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

 span { border-color: rgb(255,181,64); }

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