Html Css Color HEX #F1CC0C Tangerine Yellow

📋 copy color: '#F1CC0C'

red 241 ◦ green 204 ◦ blue 12

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

Shades of Tangerine Yellow #F1CC0C

Tints of Tangerine Yellow #F1CC0C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

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

R = 52.74%
G = 44.64%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1CC0C (or 0xF1CC0C) is known color: Tangerine Yellow. HEX triplet: F1, CC and 0C. RGB value is (241,204,12). Sum of RGB (Red+Green+Blue) = 241+204+12=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CC0C is #0E33F3. Grayscale: #C1C1C1. Windows color (decimal): -930804 or 838897. OLE color: 838897.

HSL color Cylindrical-coordinate representation of color #F1CC0C: hue angle of 50.31º 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 #F1CC0C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 204 12 -
CMYK 0 0.15 0.95 0.05
HSL 50.31º 0.91% 0.5% -
HSV(B) 50.31º 0.95% 0.95% -
XYZ 57.93 61.91 9.24 -
YUV 193.18 25.76 162.11 -
System Red Green Blue C M Y K H S L
Decimal 241 204 12 0 0.15 0.95 0.05 50.31 0.91 0.5
Hex F1 CC C 0 F 5F 5 32 5B 32
Octal 361 314 14 0 17 137 5 62 133 62
Binary 11110001 11001100 1100 0 1111 1011111 101 110010 1011011 110010

Color Harmonies of #F1CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CC0C

Black with #F1CC0C

Text Example


Text Example

White with #F1CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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