Html Css Color HEX #F2CA0A Tangerine Yellow

📋 copy color: '#F2CA0A'

red 242 ◦ green 202 ◦ blue 10

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

Shades of Tangerine Yellow #F2CA0A

Tints of Tangerine Yellow #F2CA0A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.49%

 BLUE value IS 10 (4.3% from 255) = 2.2%

R = 53.3%
G = 44.49%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2CA0A (or 0xF2CA0A) is known color: Tangerine Yellow. HEX triplet: F2, CA and 0A. RGB value is (242,202,10). Sum of RGB (Red+Green+Blue) = 242+202+10=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CA0A is #0D35F5. Grayscale: #C0C0C0. Windows color (decimal): -865782 or 707314. OLE color: 707314.

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

Color convert

RGB 242 202 10 -
CMYK 0 0.17 0.96 0.05
HSL 49.66º 0.92% 0.49% -
HSV(B) 49.66º 0.96% 0.95% -
XYZ 57.79 61.14 9.04 -
YUV 192.07 25.25 163.61 -
System Red Green Blue C M Y K H S L
Decimal 242 202 10 0 0.17 0.96 0.05 49.66 0.92 0.49
Hex F2 CA A 0 11 60 5 32 5C 31
Octal 362 312 12 0 21 140 5 62 134 61
Binary 11110010 11001010 1010 0 10001 1100000 101 110010 1011100 110001

Color Harmonies of #F2CA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA0A

Black with #F2CA0A

Text Example


Text Example

White with #F2CA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA0A; }

 p { color: rgb(242,202,10); }

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

background-color css

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

 a { background-color: rgb(242,202,10); }

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

border-color css

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

 span { border-color: rgb(242,202,10); }

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