Html Css Color HEX #FEB30C Dark Tangerine

📋 copy color: '#FEB30C'

red 254 ◦ green 179 ◦ blue 12

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

Shades of Dark Tangerine #FEB30C

Tints of Dark Tangerine #FEB30C

RGB

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

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

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

R = 57.08%
G = 40.22%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEB30C (or 0xFEB30C) is known color: Dark Tangerine. HEX triplet: FE, B3 and 0C. RGB value is (254,179,12). Sum of RGB (Red+Green+Blue) = 254+179+12=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB30C is #014CF3. Grayscale: #B7B7B7. Windows color (decimal): -85236 or 832510. OLE color: 832510.

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

Color convert

RGB 254 179 12 -
CMYK 0 0.30 0.95 0.00
HSL 41.4º 0.99% 0.52% -
HSV(B) 41.4º 0.95% 1% -
XYZ 57.06 53.34 7.64 -
YUV 182.39 31.85 179.08 -
System Red Green Blue C M Y K H S L
Decimal 254 179 12 0 0.30 0.95 0.00 41.4 0.99 0.52
Hex FE B3 C 0 1E 5F 0 29 63 34
Octal 376 263 14 0 36 137 0 51 143 64
Binary 11111110 10110011 1100 0 11110 1011111 0 101001 1100011 110100

Color Harmonies of #FEB30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB30C

Black with #FEB30C

Text Example


Text Example

White with #FEB30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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