Html Css Color HEX #F0CD05 Tangerine Yellow

📋 copy color: '#F0CD05'

red 240 ◦ green 205 ◦ blue 5

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

Shades of Tangerine Yellow #F0CD05

Tints of Tangerine Yellow #F0CD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 53.33%
G = 45.56%
B = 1.11%

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

#F0CD05 (or 0xF0CD05) is known color: Tangerine Yellow. HEX triplet: F0, CD and 05. RGB value is (240,205,5). Sum of RGB (Red+Green+Blue) = 240+205+5=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CD05 is #0F32FA. Grayscale: #C1C1C1. Windows color (decimal): -996091 or 380400. OLE color: 380400.

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

Color convert

RGB 240 205 5 -
CMYK 0 0.15 0.98 0.06
HSL 51.06º 0.96% 0.48% -
HSV(B) 51.06º 0.98% 0.94% -
XYZ 57.79 62.2 9.1 -
YUV 192.67 22.1 161.76 -
System Red Green Blue C M Y K H S L
Decimal 240 205 5 0 0.15 0.98 0.06 51.06 0.96 0.48
Hex F0 CD 5 0 F 62 6 33 60 30
Octal 360 315 5 0 17 142 6 63 140 60
Binary 11110000 11001101 101 0 1111 1100010 110 110011 1100000 110000

Color Harmonies of #F0CD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CD05

Black with #F0CD05

Text Example


Text Example

White with #F0CD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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