Html Css Color HEX #FEB30B Selective Yellow

📋 copy color: '#FEB30B'

red 254 ◦ green 179 ◦ blue 11

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

Shades of Selective Yellow #FEB30B

Tints of Selective Yellow #FEB30B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.32%

 BLUE value IS 11 (4.69% from 255) = 2.48%

R = 57.21%
G = 40.32%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEB30B (or 0xFEB30B) is known color: Selective Yellow. HEX triplet: FE, B3 and 0B. RGB value is (254,179,11). Sum of RGB (Red+Green+Blue) = 254+179+11=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB30B is #014CF4. Grayscale: #B7B7B7. Windows color (decimal): -85237 or 766974. OLE color: 766974.

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

Color convert

RGB 254 179 11 -
CMYK 0 0.30 0.96 0.00
HSL 41.48º 0.99% 0.52% -
HSV(B) 41.48º 0.96% 1% -
XYZ 57.05 53.34 7.6 -
YUV 182.27 31.35 179.16 -
System Red Green Blue C M Y K H S L
Decimal 254 179 11 0 0.30 0.96 0.00 41.48 0.99 0.52
Hex FE B3 B 0 1E 60 0 29 63 34
Octal 376 263 13 0 36 140 0 51 143 64
Binary 11111110 10110011 1011 0 11110 1100000 0 101001 1100011 110100

Color Harmonies of #FEB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB30B

Black with #FEB30B

Text Example


Text Example

White with #FEB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB30B; }

 p { color: rgb(254,179,11); }

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

background-color css

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

 a { background-color: rgb(254,179,11); }

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

border-color css

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

 span { border-color: rgb(254,179,11); }

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