Html Css Color HEX #F9CD0C Tangerine Yellow

📋 copy color: '#F9CD0C'

red 249 ◦ green 205 ◦ blue 12

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

Shades of Tangerine Yellow #F9CD0C

Tints of Tangerine Yellow #F9CD0C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

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

R = 53.43%
G = 43.99%
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

#F9CD0C (or 0xF9CD0C) is known color: Tangerine Yellow. HEX triplet: F9, CD and 0C. RGB value is (249,205,12). Sum of RGB (Red+Green+Blue) = 249+205+12=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CD0C is #0632F3. Grayscale: #C4C4C4. Windows color (decimal): -406260 or 839161. OLE color: 839161.

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

Color convert

RGB 249 205 12 -
CMYK 0 0.18 0.95 0.02
HSL 48.86º 0.95% 0.51% -
HSV(B) 48.86º 0.95% 0.98% -
XYZ 60.96 63.83 9.45 -
YUV 196.15 24.08 165.69 -
System Red Green Blue C M Y K H S L
Decimal 249 205 12 0 0.18 0.95 0.02 48.86 0.95 0.51
Hex F9 CD C 0 12 5F 2 31 5F 33
Octal 371 315 14 0 22 137 2 61 137 63
Binary 11111001 11001101 1100 0 10010 1011111 10 110001 1011111 110011

Color Harmonies of #F9CD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CD0C

Black with #F9CD0C

Text Example


Text Example

White with #F9CD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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