Html Css Color HEX #F0CB0C Tangerine Yellow

📋 copy color: '#F0CB0C'

red 240 ◦ green 203 ◦ blue 12

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

Shades of Tangerine Yellow #F0CB0C

Tints of Tangerine Yellow #F0CB0C

RGB

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

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

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

R = 52.75%
G = 44.62%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0CB0C (or 0xF0CB0C) is known color: Tangerine Yellow. HEX triplet: F0, CB and 0C. RGB value is (240,203,12). Sum of RGB (Red+Green+Blue) = 240+203+12=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CB0C is #0F34F3. Grayscale: #C1C1C1. Windows color (decimal): -996596 or 838640. OLE color: 838640.

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

Color convert

RGB 240 203 12 -
CMYK 0 0.15 0.95 0.06
HSL 50.26º 0.9% 0.49% -
HSV(B) 50.26º 0.95% 0.94% -
XYZ 57.36 61.26 9.15 -
YUV 192.29 26.26 162.03 -
System Red Green Blue C M Y K H S L
Decimal 240 203 12 0 0.15 0.95 0.06 50.26 0.9 0.49
Hex F0 CB C 0 F 5F 6 32 5A 31
Octal 360 313 14 0 17 137 6 62 132 61
Binary 11110000 11001011 1100 0 1111 1011111 110 110010 1011010 110001

Color Harmonies of #F0CB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CB0C

Black with #F0CB0C

Text Example


Text Example

White with #F0CB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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