Html Css Color HEX #FEB60D Selective Yellow

📋 copy color: '#FEB60D'

red 254 ◦ green 182 ◦ blue 13

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

Shades of Selective Yellow #FEB60D

Tints of Selective Yellow #FEB60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 56.57%
G = 40.53%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEB60D (or 0xFEB60D) is known color: Selective Yellow. HEX triplet: FE, B6 and 0D. RGB value is (254,182,13). Sum of RGB (Red+Green+Blue) = 254+182+13=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB60D is #0149F2. Grayscale: #B9B9B9. Windows color (decimal): -84467 or 898814. OLE color: 898814.

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

Color convert

RGB 254 182 13 -
CMYK 0 0.28 0.95 0.00
HSL 42.07º 0.99% 0.52% -
HSV(B) 42.07º 0.95% 1% -
XYZ 57.67 54.56 7.87 -
YUV 184.26 31.35 177.74 -
System Red Green Blue C M Y K H S L
Decimal 254 182 13 0 0.28 0.95 0.00 42.07 0.99 0.52
Hex FE B6 D 0 1C 5F 0 2A 63 34
Octal 376 266 15 0 34 137 0 52 143 64
Binary 11111110 10110110 1101 0 11100 1011111 0 101010 1100011 110100

Color Harmonies of #FEB60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB60D

Black with #FEB60D

Text Example


Text Example

White with #FEB60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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