Html Css Color HEX #FBA30D Dark Tangerine

📋 copy color: '#FBA30D'

red 251 ◦ green 163 ◦ blue 13

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

Shades of Dark Tangerine #FBA30D

Tints of Dark Tangerine #FBA30D

RGB

 RED value IS 251 (98.44% from 255) = 58.78%

 GREEN value IS 163 (64.06% from 255) = 38.17%

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

R = 58.78%
G = 38.17%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBA30D (or 0xFBA30D) is known color: Dark Tangerine. HEX triplet: FB, A3 and 0D. RGB value is (251,163,13). Sum of RGB (Red+Green+Blue) = 251+163+13=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA30D is #045CF2. Grayscale: #ACACAC. Windows color (decimal): -285939 or 893947. OLE color: 893947.

HSL color Cylindrical-coordinate representation of color #FBA30D: hue angle of 37.82º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBA30D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 163 13 -
CMYK 0 0.35 0.95 0.02
HSL 37.82º 0.97% 0.52% -
HSV(B) 37.82º 0.95% 0.98% -
XYZ 52.95 46.73 6.61 -
YUV 172.21 38.15 184.2 -
System Red Green Blue C M Y K H S L
Decimal 251 163 13 0 0.35 0.95 0.02 37.82 0.97 0.52
Hex FB A3 D 0 23 5F 2 26 61 34
Octal 373 243 15 0 43 137 2 46 141 64
Binary 11111011 10100011 1101 0 100011 1011111 10 100110 1100001 110100

Color Harmonies of #FBA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA30D

Black with #FBA30D

Text Example


Text Example

White with #FBA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA30D; }

 p { color: rgb(251,163,13); }

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

background-color css

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

 a { background-color: rgb(251,163,13); }

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

border-color css

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

 span { border-color: rgb(251,163,13); }

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