Html Css Color HEX #F0A31B Dark Tangerine

📋 copy color: '#F0A31B'

red 240 ◦ green 163 ◦ blue 27

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

Shades of Dark Tangerine #F0A31B

Tints of Dark Tangerine #F0A31B

RGB

 RED value IS 240 (94.14% from 255) = 55.81%

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

 BLUE value IS 27 (10.94% from 255) = 6.28%

R = 55.81%
G = 37.91%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0A31B (or 0xF0A31B) is known color: Dark Tangerine. HEX triplet: F0, A3 and 1B. RGB value is (240,163,27). Sum of RGB (Red+Green+Blue) = 240+163+27=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A31B is #0F5CE4. Grayscale: #ABABAB. Windows color (decimal): -1006821 or 1811440. OLE color: 1811440.

HSL color Cylindrical-coordinate representation of color #F0A31B: hue angle of 38.31º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0A31B is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 163 27 -
CMYK 0 0.32 0.89 0.06
HSL 38.31º 0.88% 0.52% -
HSV(B) 38.31º 0.89% 0.94% -
XYZ 49.23 44.8 7.09 -
YUV 170.52 47.01 177.56 -
System Red Green Blue C M Y K H S L
Decimal 240 163 27 0 0.32 0.89 0.06 38.31 0.88 0.52
Hex F0 A3 1B 0 20 59 6 26 58 34
Octal 360 243 33 0 40 131 6 46 130 64
Binary 11110000 10100011 11011 0 100000 1011001 110 100110 1011000 110100

Color Harmonies of #F0A31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A31B

Black with #F0A31B

Text Example


Text Example

White with #F0A31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A31B; }

 p { color: rgb(240,163,27); }

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

background-color css

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

 a { background-color: rgb(240,163,27); }

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

border-color css

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

 span { border-color: rgb(240,163,27); }

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