Html Css Color HEX #FEB30D Dark Tangerine

📋 copy color: '#FEB30D'

red 254 ◦ green 179 ◦ blue 13

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

Shades of Dark Tangerine #FEB30D

Tints of Dark Tangerine #FEB30D

RGB

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

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

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

R = 56.95%
G = 40.13%
B = 2.91%

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

#FEB30D (or 0xFEB30D) is known color: Dark Tangerine. HEX triplet: FE, B3 and 0D. RGB value is (254,179,13). Sum of RGB (Red+Green+Blue) = 254+179+13=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB30D is #014CF2. Grayscale: #B7B7B7. Windows color (decimal): -85235 or 898046. OLE color: 898046.

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

Color convert

RGB 254 179 13 -
CMYK 0 0.30 0.95 0.00
HSL 41.33º 0.99% 0.52% -
HSV(B) 41.33º 0.95% 1% -
XYZ 57.07 53.34 7.67 -
YUV 182.5 32.35 179 -
System Red Green Blue C M Y K H S L
Decimal 254 179 13 0 0.30 0.95 0.00 41.33 0.99 0.52
Hex FE B3 D 0 1E 5F 0 29 63 34
Octal 376 263 15 0 36 137 0 51 143 64
Binary 11111110 10110011 1101 0 11110 1011111 0 101001 1100011 110100

Color Harmonies of #FEB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB30D

Black with #FEB30D

Text Example


Text Example

White with #FEB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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