Html Css Color HEX #FEB60E Selective Yellow

📋 copy color: '#FEB60E'

red 254 ◦ green 182 ◦ blue 14

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

Shades of Selective Yellow #FEB60E

Tints of Selective Yellow #FEB60E

RGB

 RED value IS 254 (99.61% from 255) = 56.44%

 GREEN value IS 182 (71.48% from 255) = 40.44%

 BLUE value IS 14 (5.86% from 255) = 3.11%

R = 56.44%
G = 40.44%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEB60E (or 0xFEB60E) is known color: Selective Yellow. HEX triplet: FE, B6 and 0E. RGB value is (254,182,14). Sum of RGB (Red+Green+Blue) = 254+182+14=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB60E is #0149F1. Grayscale: #B9B9B9. Windows color (decimal): -84466 or 964350. OLE color: 964350.

HSL color Cylindrical-coordinate representation of color #FEB60E: hue angle of 42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEB60E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 182 14 -
CMYK 0 0.28 0.94 0.00
HSL 42º 0.99% 0.53% -
HSV(B) 42º 0.94% 1% -
XYZ 57.68 54.56 7.91 -
YUV 184.38 31.85 177.66 -
System Red Green Blue C M Y K H S L
Decimal 254 182 14 0 0.28 0.94 0.00 42 0.99 0.53
Hex FE B6 E 0 1C 5E 0 2A 63 35
Octal 376 266 16 0 34 136 0 52 143 65
Binary 11111110 10110110 1110 0 11100 1011110 0 101010 1100011 110101

Color Harmonies of #FEB60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB60E

Black with #FEB60E

Text Example


Text Example

White with #FEB60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB60E; }

 p { color: rgb(254,182,14); }

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

background-color css

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

 a { background-color: rgb(254,182,14); }

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

border-color css

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

 span { border-color: rgb(254,182,14); }

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