Html Css Color HEX #F0CB04 Tangerine Yellow

📋 copy color: '#F0CB04'

red 240 ◦ green 203 ◦ blue 4

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

Shades of Tangerine Yellow #F0CB04

Tints of Tangerine Yellow #F0CB04

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.41%

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

R = 53.69%
G = 45.41%
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

#F0CB04 (or 0xF0CB04) is known color: Tangerine Yellow. HEX triplet: F0, CB and 04. RGB value is (240,203,4). Sum of RGB (Red+Green+Blue) = 240+203+4=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CB04 is #0F34FB. Grayscale: #C0C0C0. Windows color (decimal): -996604 or 314352. OLE color: 314352.

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

Color convert

RGB 240 203 4 -
CMYK 0 0.15 0.98 0.06
HSL 50.59º 0.97% 0.48% -
HSV(B) 50.59º 0.98% 0.94% -
XYZ 57.31 61.25 8.92 -
YUV 191.38 22.26 162.68 -
System Red Green Blue C M Y K H S L
Decimal 240 203 4 0 0.15 0.98 0.06 50.59 0.97 0.48
Hex F0 CB 4 0 F 62 6 33 61 30
Octal 360 313 4 0 17 142 6 63 141 60
Binary 11110000 11001011 100 0 1111 1100010 110 110011 1100001 110000

Color Harmonies of #F0CB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CB04

Black with #F0CB04

Text Example


Text Example

White with #F0CB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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