Html Css Color HEX #F0CD04 Tangerine Yellow

📋 copy color: '#F0CD04'

red 240 ◦ green 205 ◦ blue 4

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

Shades of Tangerine Yellow #F0CD04

Tints of Tangerine Yellow #F0CD04

RGB

 RED value IS 240 (94.14% from 255) = 53.45%

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 53.45%
G = 45.66%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0CD04 (or 0xF0CD04) is known color: Tangerine Yellow. HEX triplet: F0, CD and 04. RGB value is (240,205,4). Sum of RGB (Red+Green+Blue) = 240+205+4=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CD04 is #0F32FB. Grayscale: #C1C1C1. Windows color (decimal): -996092 or 314864. OLE color: 314864.

HSL color Cylindrical-coordinate representation of color #F0CD04: hue angle of 51.1º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0CD04 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 205 4 -
CMYK 0 0.15 0.98 0.06
HSL 51.1º 0.97% 0.48% -
HSV(B) 51.1º 0.98% 0.94% -
XYZ 57.79 62.2 9.07 -
YUV 192.55 21.6 161.84 -
System Red Green Blue C M Y K H S L
Decimal 240 205 4 0 0.15 0.98 0.06 51.1 0.97 0.48
Hex F0 CD 4 0 F 62 6 33 61 30
Octal 360 315 4 0 17 142 6 63 141 60
Binary 11110000 11001101 100 0 1111 1100010 110 110011 1100001 110000

Color Harmonies of #F0CD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CD04

Black with #F0CD04

Text Example


Text Example

White with #F0CD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CD04; }

 p { color: rgb(240,205,4); }

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

background-color css

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

 a { background-color: rgb(240,205,4); }

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

border-color css

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

 span { border-color: rgb(240,205,4); }

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