Html Css Color HEX #FFB142 Yellow Orange

📋 copy color: '#FFB142'

red 255 ◦ green 177 ◦ blue 66

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

Shades of Yellow Orange #FFB142

Tints of Yellow Orange #FFB142

RGB

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

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

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

R = 51.2%
G = 35.54%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFB142 (or 0xFFB142) is known color: Yellow Orange. HEX triplet: FF, B1 and 42. RGB value is (255,177,66). Sum of RGB (Red+Green+Blue) = 255+177+66=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB142 is #004EBD. Grayscale: #BCBCBC. Windows color (decimal): -20158 or 4370943. OLE color: 4370943.

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

Color convert

RGB 255 177 66 -
CMYK 0 0.31 0.74 0
HSL 35.24º 1% 0.63% -
HSV(B) 35.24º 0.74% 1% -
XYZ 57.95 53.1 12.35 -
YUV 187.67 59.34 176.03 -
System Red Green Blue C M Y K H S L
Decimal 255 177 66 0 0.31 0.74 0 35.24 1 0.63
Hex FF B1 42 0 1F 4A 0 23 64 3F
Octal 377 261 102 0 37 112 0 43 144 77
Binary 11111111 10110001 1000010 0 11111 1001010 0 100011 1100100 111111

Color Harmonies of #FFB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB142

Black with #FFB142

Text Example


Text Example

White with #FFB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB142; }

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

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

background-color css

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

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

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

border-color css

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

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

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