Html Css Color HEX #F4B315 Dark Tangerine

📋 copy color: '#F4B315'

red 244 ◦ green 179 ◦ blue 21

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

Shades of Dark Tangerine #F4B315

Tints of Dark Tangerine #F4B315

RGB

 RED value IS 244 (95.7% from 255) = 54.95%

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

 BLUE value IS 21 (8.59% from 255) = 4.73%

R = 54.95%
G = 40.32%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F4B315 (or 0xF4B315) is known color: Dark Tangerine. HEX triplet: F4, B3 and 15. RGB value is (244,179,21). Sum of RGB (Red+Green+Blue) = 244+179+21=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4B315 is #0B4CEA. Grayscale: #B5B5B5. Windows color (decimal): -740587 or 1422324. OLE color: 1422324.

HSL color Cylindrical-coordinate representation of color #F4B315: hue angle of 42.51º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4B315 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 179 21 -
CMYK 0 0.27 0.91 0.04
HSL 42.51º 0.91% 0.52% -
HSV(B) 42.51º 0.91% 0.96% -
XYZ 53.56 51.53 7.83 -
YUV 180.42 38.03 173.35 -
System Red Green Blue C M Y K H S L
Decimal 244 179 21 0 0.27 0.91 0.04 42.51 0.91 0.52
Hex F4 B3 15 0 1B 5B 4 2B 5B 34
Octal 364 263 25 0 33 133 4 53 133 64
Binary 11110100 10110011 10101 0 11011 1011011 100 101011 1011011 110100

Color Harmonies of #F4B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B315

Black with #F4B315

Text Example


Text Example

White with #F4B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B315; }

 p { color: rgb(244,179,21); }

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

background-color css

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

 a { background-color: rgb(244,179,21); }

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

border-color css

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

 span { border-color: rgb(244,179,21); }

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