Html Css Color HEX #F0CA0B Tangerine Yellow

📋 copy color: '#F0CA0B'

red 240 ◦ green 202 ◦ blue 11

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

Shades of Tangerine Yellow #F0CA0B

Tints of Tangerine Yellow #F0CA0B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.59%

 BLUE value IS 11 (4.69% from 255) = 2.43%

R = 52.98%
G = 44.59%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0CA0B (or 0xF0CA0B) is known color: Tangerine Yellow. HEX triplet: F0, CA and 0B. RGB value is (240,202,11). Sum of RGB (Red+Green+Blue) = 240+202+11=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CA0B is #0F35F4. Grayscale: #C0C0C0. Windows color (decimal): -996853 or 772848. OLE color: 772848.

HSL color Cylindrical-coordinate representation of color #F0CA0B: hue angle of 50.04º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0CA0B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 202 11 -
CMYK 0 0.16 0.95 0.06
HSL 50.04º 0.91% 0.49% -
HSV(B) 50.04º 0.95% 0.94% -
XYZ 57.12 60.79 9.04 -
YUV 191.59 26.09 162.53 -
System Red Green Blue C M Y K H S L
Decimal 240 202 11 0 0.16 0.95 0.06 50.04 0.91 0.49
Hex F0 CA B 0 10 5F 6 32 5B 31
Octal 360 312 13 0 20 137 6 62 133 61
Binary 11110000 11001010 1011 0 10000 1011111 110 110010 1011011 110001

Color Harmonies of #F0CA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CA0B

Black with #F0CA0B

Text Example


Text Example

White with #F0CA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CA0B; }

 p { color: rgb(240,202,11); }

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

background-color css

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

 a { background-color: rgb(240,202,11); }

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

border-color css

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

 span { border-color: rgb(240,202,11); }

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