Html Css Color HEX #FBA30E Dark Tangerine

📋 copy color: '#FBA30E'

red 251 ◦ green 163 ◦ blue 14

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

Shades of Dark Tangerine #FBA30E

Tints of Dark Tangerine #FBA30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.27%

R = 58.64%
G = 38.08%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBA30E (or 0xFBA30E) is known color: Dark Tangerine. HEX triplet: FB, A3 and 0E. RGB value is (251,163,14). Sum of RGB (Red+Green+Blue) = 251+163+14=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA30E is #045CF1. Grayscale: #ADADAD. Windows color (decimal): -285938 or 959483. OLE color: 959483.

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

Color convert

RGB 251 163 14 -
CMYK 0 0.35 0.94 0.02
HSL 37.72º 0.97% 0.52% -
HSV(B) 37.72º 0.94% 0.98% -
XYZ 52.96 46.74 6.64 -
YUV 172.33 38.65 184.12 -
System Red Green Blue C M Y K H S L
Decimal 251 163 14 0 0.35 0.94 0.02 37.72 0.97 0.52
Hex FB A3 E 0 23 5E 2 26 61 34
Octal 373 243 16 0 43 136 2 46 141 64
Binary 11111011 10100011 1110 0 100011 1011110 10 100110 1100001 110100

Color Harmonies of #FBA30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA30E

Black with #FBA30E

Text Example


Text Example

White with #FBA30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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