Html Css Color HEX #FBA80F Dark Tangerine

📋 copy color: '#FBA80F'

red 251 ◦ green 168 ◦ blue 15

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

Shades of Dark Tangerine #FBA80F

Tints of Dark Tangerine #FBA80F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.71%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 57.83%
G = 38.71%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBA80F (or 0xFBA80F) is known color: Dark Tangerine. HEX triplet: FB, A8 and 0F. RGB value is (251,168,15). Sum of RGB (Red+Green+Blue) = 251+168+15=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA80F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA80F is #0457F0. Grayscale: #B0B0B0. Windows color (decimal): -284657 or 1026299. OLE color: 1026299.

HSL color Cylindrical-coordinate representation of color #FBA80F: hue angle of 38.9º 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 #FBA80F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 168 15 -
CMYK 0 0.33 0.94 0.02
HSL 38.9º 0.97% 0.52% -
HSV(B) 38.9º 0.94% 0.98% -
XYZ 53.87 48.55 6.98 -
YUV 175.38 37.5 181.94 -
System Red Green Blue C M Y K H S L
Decimal 251 168 15 0 0.33 0.94 0.02 38.9 0.97 0.52
Hex FB A8 F 0 21 5E 2 27 61 34
Octal 373 250 17 0 41 136 2 47 141 64
Binary 11111011 10101000 1111 0 100001 1011110 10 100111 1100001 110100

Color Harmonies of #FBA80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA80F

Black with #FBA80F

Text Example


Text Example

White with #FBA80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA80F; }

 p { color: rgb(251,168,15); }

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

background-color css

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

 a { background-color: rgb(251,168,15); }

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

border-color css

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

 span { border-color: rgb(251,168,15); }

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