Html Css Color HEX #F2CA0E Tangerine Yellow

📋 copy color: '#F2CA0E'

red 242 ◦ green 202 ◦ blue 14

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

Shades of Tangerine Yellow #F2CA0E

Tints of Tangerine Yellow #F2CA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.06%

R = 52.84%
G = 44.1%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2CA0E (or 0xF2CA0E) is known color: Tangerine Yellow. HEX triplet: F2, CA and 0E. RGB value is (242,202,14). Sum of RGB (Red+Green+Blue) = 242+202+14=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CA0E is #0D35F1. Grayscale: #C1C1C1. Windows color (decimal): -865778 or 969458. OLE color: 969458.

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

Color convert

RGB 242 202 14 -
CMYK 0 0.17 0.94 0.05
HSL 49.47º 0.9% 0.5% -
HSV(B) 49.47º 0.94% 0.95% -
XYZ 57.82 61.15 9.17 -
YUV 192.53 27.25 163.29 -
System Red Green Blue C M Y K H S L
Decimal 242 202 14 0 0.17 0.94 0.05 49.47 0.9 0.5
Hex F2 CA E 0 11 5E 5 31 5A 32
Octal 362 312 16 0 21 136 5 61 132 62
Binary 11110010 11001010 1110 0 10001 1011110 101 110001 1011010 110010

Color Harmonies of #F2CA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA0E

Black with #F2CA0E

Text Example


Text Example

White with #F2CA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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