Html Css Color HEX #F2A714 Dark Tangerine

📋 copy color: '#F2A714'

red 242 ◦ green 167 ◦ blue 20

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

Shades of Dark Tangerine #F2A714

Tints of Dark Tangerine #F2A714

RGB

 RED value IS 242 (94.92% from 255) = 56.41%

 GREEN value IS 167 (65.63% from 255) = 38.93%

 BLUE value IS 20 (8.2% from 255) = 4.66%

R = 56.41%
G = 38.93%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2A714 (or 0xF2A714) is known color: Dark Tangerine. HEX triplet: F2, A7 and 14. RGB value is (242,167,20). Sum of RGB (Red+Green+Blue) = 242+167+20=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A714 is #0D58EB. Grayscale: #ADADAD. Windows color (decimal): -874732 or 1353714. OLE color: 1353714.

HSL color Cylindrical-coordinate representation of color #F2A714: hue angle of 39.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2A714 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 167 20 -
CMYK 0 0.31 0.92 0.05
HSL 39.73º 0.9% 0.51% -
HSV(B) 39.73º 0.92% 0.95% -
XYZ 50.56 46.57 6.98 -
YUV 172.67 41.85 177.45 -
System Red Green Blue C M Y K H S L
Decimal 242 167 20 0 0.31 0.92 0.05 39.73 0.9 0.51
Hex F2 A7 14 0 1F 5C 5 28 5A 33
Octal 362 247 24 0 37 134 5 50 132 63
Binary 11110010 10100111 10100 0 11111 1011100 101 101000 1011010 110011

Color Harmonies of #F2A714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A714

Black with #F2A714

Text Example


Text Example

White with #F2A714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A714; }

 p { color: rgb(242,167,20); }

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

background-color css

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

 a { background-color: rgb(242,167,20); }

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

border-color css

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

 span { border-color: rgb(242,167,20); }

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