Html Css Color HEX #FEBF0C Amber

📋 copy color: '#FEBF0C'

red 254 ◦ green 191 ◦ blue 12

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

Shades of Amber #FEBF0C

Tints of Amber #FEBF0C

RGB

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

 GREEN value IS 191 (75% from 255) = 41.79%

 BLUE value IS 12 (5.08% from 255) = 2.63%

R = 55.58%
G = 41.79%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEBF0C (or 0xFEBF0C) is known color: Amber. HEX triplet: FE, BF and 0C. RGB value is (254,191,12). Sum of RGB (Red+Green+Blue) = 254+191+12=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF0C is #0140F3. Grayscale: #BEBEBE. Windows color (decimal): -82164 or 835582. OLE color: 835582.

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

Color convert

RGB 254 191 12 -
CMYK 0 0.25 0.95 0.00
HSL 44.38º 0.99% 0.52% -
HSV(B) 44.38º 0.95% 1% -
XYZ 59.57 58.36 8.47 -
YUV 189.43 27.87 174.05 -
System Red Green Blue C M Y K H S L
Decimal 254 191 12 0 0.25 0.95 0.00 44.38 0.99 0.52
Hex FE BF C 0 19 5F 0 2C 63 34
Octal 376 277 14 0 31 137 0 54 143 64
Binary 11111110 10111111 1100 0 11001 1011111 0 101100 1100011 110100

Color Harmonies of #FEBF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF0C

Black with #FEBF0C

Text Example


Text Example

White with #FEBF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF0C; }

 p { color: rgb(254,191,12); }

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

background-color css

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

 a { background-color: rgb(254,191,12); }

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

border-color css

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

 span { border-color: rgb(254,191,12); }

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