Html Css Color HEX #FFB041 Yellow Orange

📋 copy color: '#FFB041'

red 255 ◦ green 176 ◦ blue 65

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

Shades of Yellow Orange #FFB041

Tints of Yellow Orange #FFB041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.1%

R = 51.41%
G = 35.48%
B = 13.1%

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

#FFB041 (or 0xFFB041) is known color: Yellow Orange. HEX triplet: FF, B0 and 41. RGB value is (255,176,65). Sum of RGB (Red+Green+Blue) = 255+176+65=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB041 is #004FBE. Grayscale: #BBBBBB. Windows color (decimal): -20415 or 4305151. OLE color: 4305151.

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

Color convert

RGB 255 176 65 -
CMYK 0 0.31 0.75 0
HSL 35.05º 1% 0.63% -
HSV(B) 35.05º 0.75% 1% -
XYZ 57.72 52.69 12.13 -
YUV 186.97 59.17 176.53 -
System Red Green Blue C M Y K H S L
Decimal 255 176 65 0 0.31 0.75 0 35.05 1 0.63
Hex FF B0 41 0 1F 4B 0 23 64 3F
Octal 377 260 101 0 37 113 0 43 144 77
Binary 11111111 10110000 1000001 0 11111 1001011 0 100011 1100100 111111

Color Harmonies of #FFB041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB041

Black with #FFB041

Text Example


Text Example

White with #FFB041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB041; }

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

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

background-color css

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

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

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

border-color css

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

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

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