Html Css Color HEX #F2A415 Dark Tangerine

📋 copy color: '#F2A415'

red 242 ◦ green 164 ◦ blue 21

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

Shades of Dark Tangerine #F2A415

Tints of Dark Tangerine #F2A415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

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

R = 56.67%
G = 38.41%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2A415 (or 0xF2A415) is known color: Dark Tangerine. HEX triplet: F2, A4 and 15. RGB value is (242,164,21). Sum of RGB (Red+Green+Blue) = 242+164+21=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A415 is #0D5BEA. Grayscale: #ABABAB. Windows color (decimal): -875499 or 1418482. OLE color: 1418482.

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

Color convert

RGB 242 164 21 -
CMYK 0 0.32 0.91 0.05
HSL 38.82º 0.89% 0.52% -
HSV(B) 38.82º 0.91% 0.95% -
XYZ 50.03 45.48 6.85 -
YUV 171.02 43.34 178.63 -
System Red Green Blue C M Y K H S L
Decimal 242 164 21 0 0.32 0.91 0.05 38.82 0.89 0.52
Hex F2 A4 15 0 20 5B 5 27 59 34
Octal 362 244 25 0 40 133 5 47 131 64
Binary 11110010 10100100 10101 0 100000 1011011 101 100111 1011001 110100

Color Harmonies of #F2A415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A415

Black with #F2A415

Text Example


Text Example

White with #F2A415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A415; }

 p { color: rgb(242,164,21); }

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

background-color css

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

 a { background-color: rgb(242,164,21); }

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

border-color css

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

 span { border-color: rgb(242,164,21); }

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