Html Css Color HEX #F6CF14 Turbo

📋 copy color: '#F6CF14'

red 246 ◦ green 207 ◦ blue 20

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

Shades of Turbo #F6CF14

Tints of Turbo #F6CF14

RGB

 RED value IS 246 (96.48% from 255) = 52.01%

 GREEN value IS 207 (81.25% from 255) = 43.76%

 BLUE value IS 20 (8.2% from 255) = 4.23%

R = 52.01%
G = 43.76%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F6CF14 (or 0xF6CF14) is known color: Turbo. HEX triplet: F6, CF and 14. RGB value is (246,207,20). Sum of RGB (Red+Green+Blue) = 246+207+20=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CF14 is #0930EB. Grayscale: #C6C6C6. Windows color (decimal): -602348 or 1363958. OLE color: 1363958.

HSL color Cylindrical-coordinate representation of color #F6CF14: hue angle of 49.65º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6CF14 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 207 20 -
CMYK 0 0.16 0.92 0.04
HSL 49.65º 0.93% 0.52% -
HSV(B) 49.65º 0.92% 0.96% -
XYZ 60.45 64.27 9.88 -
YUV 197.34 27.92 162.71 -
System Red Green Blue C M Y K H S L
Decimal 246 207 20 0 0.16 0.92 0.04 49.65 0.93 0.52
Hex F6 CF 14 0 10 5C 4 32 5D 34
Octal 366 317 24 0 20 134 4 62 135 64
Binary 11110110 11001111 10100 0 10000 1011100 100 110010 1011101 110100

Color Harmonies of #F6CF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CF14

Black with #F6CF14

Text Example


Text Example

White with #F6CF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CF14; }

 p { color: rgb(246,207,20); }

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

background-color css

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

 a { background-color: rgb(246,207,20); }

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

border-color css

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

 span { border-color: rgb(246,207,20); }

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