Html Css Color HEX #F1CA0C Tangerine Yellow

📋 copy color: '#F1CA0C'

red 241 ◦ green 202 ◦ blue 12

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

Shades of Tangerine Yellow #F1CA0C

Tints of Tangerine Yellow #F1CA0C

RGB

 RED value IS 241 (94.53% from 255) = 52.97%

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

 BLUE value IS 12 (5.08% from 255) = 2.64%

R = 52.97%
G = 44.4%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1CA0C (or 0xF1CA0C) is known color: Tangerine Yellow. HEX triplet: F1, CA and 0C. RGB value is (241,202,12). Sum of RGB (Red+Green+Blue) = 241+202+12=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CA0C is #0E35F3. Grayscale: #C0C0C0. Windows color (decimal): -931316 or 838385. OLE color: 838385.

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

Color convert

RGB 241 202 12 -
CMYK 0 0.16 0.95 0.05
HSL 49.78º 0.91% 0.5% -
HSV(B) 49.78º 0.95% 0.95% -
XYZ 57.46 60.97 9.09 -
YUV 192 26.42 162.95 -
System Red Green Blue C M Y K H S L
Decimal 241 202 12 0 0.16 0.95 0.05 49.78 0.91 0.5
Hex F1 CA C 0 10 5F 5 32 5B 32
Octal 361 312 14 0 20 137 5 62 133 62
Binary 11110001 11001010 1100 0 10000 1011111 101 110010 1011011 110010

Color Harmonies of #F1CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CA0C

Black with #F1CA0C

Text Example


Text Example

White with #F1CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CA0C; }

 p { color: rgb(241,202,12); }

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

background-color css

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

 a { background-color: rgb(241,202,12); }

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

border-color css

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

 span { border-color: rgb(241,202,12); }

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