Html Css Color HEX #FEBA0D Selective Yellow

📋 copy color: '#FEBA0D'

red 254 ◦ green 186 ◦ blue 13

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

Shades of Selective Yellow #FEBA0D

Tints of Selective Yellow #FEBA0D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.06%

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

R = 56.07%
G = 41.06%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEBA0D (or 0xFEBA0D) is known color: Selective Yellow. HEX triplet: FE, BA and 0D. RGB value is (254,186,13). Sum of RGB (Red+Green+Blue) = 254+186+13=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA0D is #0145F2. Grayscale: #BBBBBB. Windows color (decimal): -83443 or 899838. OLE color: 899838.

HSL color Cylindrical-coordinate representation of color #FEBA0D: hue angle of 43.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 #FEBA0D is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 186 13 -
CMYK 0 0.27 0.95 0.00
HSL 43.07º 0.99% 0.52% -
HSV(B) 43.07º 0.95% 1% -
XYZ 58.5 56.22 8.15 -
YUV 186.61 30.03 176.07 -
System Red Green Blue C M Y K H S L
Decimal 254 186 13 0 0.27 0.95 0.00 43.07 0.99 0.52
Hex FE BA D 0 1B 5F 0 2B 63 34
Octal 376 272 15 0 33 137 0 53 143 64
Binary 11111110 10111010 1101 0 11011 1011111 0 101011 1100011 110100

Color Harmonies of #FEBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA0D

Black with #FEBA0D

Text Example


Text Example

White with #FEBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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