Html Css Color HEX #FFB140 Yellow Orange

📋 copy color: '#FFB140'

red 255 ◦ green 177 ◦ blue 64

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

Shades of Yellow Orange #FFB140

Tints of Yellow Orange #FFB140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

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

R = 51.41%
G = 35.69%
B = 12.9%

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

#FFB140 (or 0xFFB140) is known color: Yellow Orange. HEX triplet: FF, B1 and 40. RGB value is (255,177,64). Sum of RGB (Red+Green+Blue) = 255+177+64=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB140 is #004EBF. Grayscale: #BBBBBB. Windows color (decimal): -20160 or 4239871. OLE color: 4239871.

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

Color convert

RGB 255 177 64 -
CMYK 0 0.31 0.75 0
HSL 35.5º 1% 0.63% -
HSV(B) 35.5º 0.75% 1% -
XYZ 57.89 53.07 12.04 -
YUV 187.44 58.34 176.19 -
System Red Green Blue C M Y K H S L
Decimal 255 177 64 0 0.31 0.75 0 35.5 1 0.63
Hex FF B1 40 0 1F 4B 0 23 64 3F
Octal 377 261 100 0 37 113 0 43 144 77
Binary 11111111 10110001 1000000 0 11111 1001011 0 100011 1100100 111111

Color Harmonies of #FFB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB140

Black with #FFB140

Text Example


Text Example

White with #FFB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB140; }

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

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

background-color css

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

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

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

border-color css

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

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

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