Html Css Color HEX #FFB341 Yellow Orange

📋 copy color: '#FFB341'

red 255 ◦ green 179 ◦ blue 65

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

Shades of Yellow Orange #FFB341

Tints of Yellow Orange #FFB341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

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

R = 51.1%
G = 35.87%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFB341 (or 0xFFB341) is known color: Yellow Orange. HEX triplet: FF, B3 and 41. RGB value is (255,179,65). Sum of RGB (Red+Green+Blue) = 255+179+65=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB341 is #004CBE. Grayscale: #BDBDBD. Windows color (decimal): -19647 or 4305919. OLE color: 4305919.

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

Color convert

RGB 255 179 65 -
CMYK 0 0.30 0.75 0
HSL 36º 1% 0.63% -
HSV(B) 36º 0.75% 1% -
XYZ 58.31 53.88 12.33 -
YUV 188.73 58.18 175.27 -
System Red Green Blue C M Y K H S L
Decimal 255 179 65 0 0.30 0.75 0 36 1 0.63
Hex FF B3 41 0 1E 4B 0 24 64 3F
Octal 377 263 101 0 36 113 0 44 144 77
Binary 11111111 10110011 1000001 0 11110 1001011 0 100100 1100100 111111

Color Harmonies of #FFB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB341

Black with #FFB341

Text Example


Text Example

White with #FFB341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB341; }

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

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

background-color css

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

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

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

border-color css

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

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

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