Html Css Color HEX #FFB942 Yellow Orange

📋 copy color: '#FFB942'

red 255 ◦ green 185 ◦ blue 66

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

Shades of Yellow Orange #FFB942

Tints of Yellow Orange #FFB942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.56%

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

R = 50.4%
G = 36.56%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFB942 (or 0xFFB942) is known color: Yellow Orange. HEX triplet: FF, B9 and 42. RGB value is (255,185,66). Sum of RGB (Red+Green+Blue) = 255+185+66=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB942 is #0046BD. Grayscale: #C0C0C0. Windows color (decimal): -18110 or 4372991. OLE color: 4372991.

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

Color convert

RGB 255 185 66 -
CMYK 0 0.27 0.74 0
HSL 37.78º 1% 0.63% -
HSV(B) 37.78º 0.74% 1% -
XYZ 59.57 56.35 12.89 -
YUV 192.36 56.69 172.68 -
System Red Green Blue C M Y K H S L
Decimal 255 185 66 0 0.27 0.74 0 37.78 1 0.63
Hex FF B9 42 0 1B 4A 0 26 64 3F
Octal 377 271 102 0 33 112 0 46 144 77
Binary 11111111 10111001 1000010 0 11011 1001010 0 100110 1100100 111111

Color Harmonies of #FFB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB942

Black with #FFB942

Text Example


Text Example

White with #FFB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB942; }

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

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

background-color css

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

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

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

border-color css

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

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

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