Html Css Color HEX #F9CC0C Tangerine Yellow

📋 copy color: '#F9CC0C'

red 249 ◦ green 204 ◦ blue 12

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

Shades of Tangerine Yellow #F9CC0C

Tints of Tangerine Yellow #F9CC0C

RGB

 RED value IS 249 (97.66% from 255) = 53.55%

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

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

R = 53.55%
G = 43.87%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9CC0C (or 0xF9CC0C) is known color: Tangerine Yellow. HEX triplet: F9, CC and 0C. RGB value is (249,204,12). Sum of RGB (Red+Green+Blue) = 249+204+12=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CC0C is #0633F3. Grayscale: #C4C4C4. Windows color (decimal): -406516 or 838905. OLE color: 838905.

HSL color Cylindrical-coordinate representation of color #F9CC0C: hue angle of 48.61º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9CC0C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 12 -
CMYK 0 0.18 0.95 0.02
HSL 48.61º 0.95% 0.51% -
HSV(B) 48.61º 0.95% 0.98% -
XYZ 60.73 63.35 9.38 -
YUV 195.57 24.41 166.11 -
System Red Green Blue C M Y K H S L
Decimal 249 204 12 0 0.18 0.95 0.02 48.61 0.95 0.51
Hex F9 CC C 0 12 5F 2 31 5F 33
Octal 371 314 14 0 22 137 2 61 137 63
Binary 11111001 11001100 1100 0 10010 1011111 10 110001 1011111 110011

Color Harmonies of #F9CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC0C

Black with #F9CC0C

Text Example


Text Example

White with #F9CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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