Html Css Color HEX #FFB240 Yellow Orange

📋 copy color: '#FFB240'

red 255 ◦ green 178 ◦ blue 64

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

Shades of Yellow Orange #FFB240

Tints of Yellow Orange #FFB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.81%

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

R = 51.31%
G = 35.81%
B = 12.88%

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

#FFB240 (or 0xFFB240) is known color: Yellow Orange. HEX triplet: FF, B2 and 40. RGB value is (255,178,64). Sum of RGB (Red+Green+Blue) = 255+178+64=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB240 is #004DBF. Grayscale: #BCBCBC. Windows color (decimal): -19904 or 4240127. OLE color: 4240127.

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

Color convert

RGB 255 178 64 -
CMYK 0 0.30 0.75 0
HSL 35.81º 1% 0.63% -
HSV(B) 35.81º 0.75% 1% -
XYZ 58.09 53.47 12.11 -
YUV 188.03 58.01 175.77 -
System Red Green Blue C M Y K H S L
Decimal 255 178 64 0 0.30 0.75 0 35.81 1 0.63
Hex FF B2 40 0 1E 4B 0 24 64 3F
Octal 377 262 100 0 36 113 0 44 144 77
Binary 11111111 10110010 1000000 0 11110 1001011 0 100100 1100100 111111

Color Harmonies of #FFB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB240

Black with #FFB240

Text Example


Text Example

White with #FFB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB240; }

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

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

background-color css

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

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

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

border-color css

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

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

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