Html Css Color HEX #FEBB0A Selective Yellow

📋 copy color: '#FEBB0A'

red 254 ◦ green 187 ◦ blue 10

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

Shades of Selective Yellow #FEBB0A

Tints of Selective Yellow #FEBB0A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.46%

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 56.32%
G = 41.46%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEBB0A (or 0xFEBB0A) is known color: Selective Yellow. HEX triplet: FE, BB and 0A. RGB value is (254,187,10). Sum of RGB (Red+Green+Blue) = 254+187+10=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBB0A is #0144F5. Grayscale: #BBBBBB. Windows color (decimal): -83190 or 703486. OLE color: 703486.

HSL color Cylindrical-coordinate representation of color #FEBB0A: hue angle of 43.52º 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 #FEBB0A is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 187 10 -
CMYK 0 0.26 0.96 0.00
HSL 43.52º 0.99% 0.52% -
HSV(B) 43.52º 0.96% 1% -
XYZ 58.7 56.63 8.12 -
YUV 186.86 28.2 175.89 -
System Red Green Blue C M Y K H S L
Decimal 254 187 10 0 0.26 0.96 0.00 43.52 0.99 0.52
Hex FE BB A 0 1A 60 0 2C 63 34
Octal 376 273 12 0 32 140 0 54 143 64
Binary 11111110 10111011 1010 0 11010 1100000 0 101100 1100011 110100

Color Harmonies of #FEBB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBB0A

Black with #FEBB0A

Text Example


Text Example

White with #FEBB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBB0A; }

 p { color: rgb(254,187,10); }

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

background-color css

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

 a { background-color: rgb(254,187,10); }

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

border-color css

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

 span { border-color: rgb(254,187,10); }

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