Html Css Color HEX #FFB342 Yellow Orange

📋 copy color: '#FFB342'

red 255 ◦ green 179 ◦ blue 66

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

Shades of Yellow Orange #FFB342

Tints of Yellow Orange #FFB342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.2%

R = 51%
G = 35.8%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFB342 (or 0xFFB342) is known color: Yellow Orange. HEX triplet: FF, B3 and 42. RGB value is (255,179,66). Sum of RGB (Red+Green+Blue) = 255+179+66=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB342 is #004CBD. Grayscale: #BDBDBD. Windows color (decimal): -19646 or 4371455. OLE color: 4371455.

HSL color Cylindrical-coordinate representation of color #FFB342: hue angle of 35.87º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFB342 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 179 66 -
CMYK 0 0.30 0.74 0
HSL 35.87º 1% 0.63% -
HSV(B) 35.87º 0.74% 1% -
XYZ 58.34 53.89 12.48 -
YUV 188.84 58.68 175.19 -
System Red Green Blue C M Y K H S L
Decimal 255 179 66 0 0.30 0.74 0 35.87 1 0.63
Hex FF B3 42 0 1E 4A 0 24 64 3F
Octal 377 263 102 0 36 112 0 44 144 77
Binary 11111111 10110011 1000010 0 11110 1001010 0 100100 1100100 111111

Color Harmonies of #FFB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB342

Black with #FFB342

Text Example


Text Example

White with #FFB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB342; }

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

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

background-color css

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

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

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

border-color css

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

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

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