Html Css Color HEX #FFB040 Yellow Orange

📋 copy color: '#FFB040'

red 255 ◦ green 176 ◦ blue 64

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

Shades of Yellow Orange #FFB040

Tints of Yellow Orange #FFB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.56%

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

R = 51.52%
G = 35.56%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFB040 (or 0xFFB040) is known color: Yellow Orange. HEX triplet: FF, B0 and 40. RGB value is (255,176,64). Sum of RGB (Red+Green+Blue) = 255+176+64=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB040 is #004FBF. Grayscale: #BBBBBB. Windows color (decimal): -20416 or 4239615. OLE color: 4239615.

HSL color Cylindrical-coordinate representation of color #FFB040: hue angle of 35.18º 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 #FFB040 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 64 -
CMYK 0 0.31 0.75 0
HSL 35.18º 1% 0.63% -
HSV(B) 35.18º 0.75% 1% -
XYZ 57.69 52.68 11.98 -
YUV 186.85 58.67 176.61 -
System Red Green Blue C M Y K H S L
Decimal 255 176 64 0 0.31 0.75 0 35.18 1 0.63
Hex FF B0 40 0 1F 4B 0 23 64 3F
Octal 377 260 100 0 37 113 0 43 144 77
Binary 11111111 10110000 1000000 0 11111 1001011 0 100011 1100100 111111

Color Harmonies of #FFB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB040

Black with #FFB040

Text Example


Text Example

White with #FFB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB040; }

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

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

background-color css

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

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

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

border-color css

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

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

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