Html Css Color HEX #FEB700 Selective Yellow

📋 copy color: '#FEB700'

red 254 ◦ green 183 ◦ blue 0

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

Shades of Selective Yellow #FEB700

Tints of Selective Yellow #FEB700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.12%
G = 41.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEB700 (or 0xFEB700) is known color: Selective Yellow. HEX triplet: FE, B7 and 00. RGB value is (254,183,0). Sum of RGB (Red+Green+Blue) = 254+183+0=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB700 is #0148FF. Grayscale: #B8B8B8. Windows color (decimal): -84224 or 47102. OLE color: 47102.

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

Color convert

RGB 254 183 0 -
CMYK 0 0.28 1 0.00
HSL 43.23º 1% 0.5% -
HSV(B) 43.23º 1% 1% -
XYZ 57.81 54.94 7.56 -
YUV 183.37 24.52 178.38 -
System Red Green Blue C M Y K H S L
Decimal 254 183 0 0 0.28 1 0.00 43.23 1 0.5
Hex FE B7 0 0 1C 64 0 2B 64 32
Octal 376 267 0 0 34 144 0 53 144 62
Binary 11111110 10110111 0 0 11100 1100100 0 101011 1100100 110010

Color Harmonies of #FEB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB700

Black with #FEB700

Text Example


Text Example

White with #FEB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB700; }

 p { color: rgb(254,183,0); }

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

background-color css

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

 a { background-color: rgb(254,183,0); }

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

border-color css

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

 span { border-color: rgb(254,183,0); }

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