Html Css Color HEX #FFC614 Turbo

📋 copy color: '#FFC614'

red 255 ◦ green 198 ◦ blue 20

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

Shades of Turbo #FFC614

Tints of Turbo #FFC614

RGB

 RED value IS 255 (100% from 255) = 53.91%

 GREEN value IS 198 (77.73% from 255) = 41.86%

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

R = 53.91%
G = 41.86%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFC614 (or 0xFFC614) is known color: Turbo. HEX triplet: FF, C6 and 14. RGB value is (255,198,20). Sum of RGB (Red+Green+Blue) = 255+198+20=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC614 is #0039EB. Grayscale: #C3C3C3. Windows color (decimal): -14828 or 1361663. OLE color: 1361663.

HSL color Cylindrical-coordinate representation of color #FFC614: hue angle of 45.45º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFC614 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 20 -
CMYK 0 0.22 0.92 0
HSL 45.45º 1% 0.54% -
HSV(B) 45.45º 0.92% 1% -
XYZ 61.56 61.7 9.33 -
YUV 194.75 29.38 170.97 -
System Red Green Blue C M Y K H S L
Decimal 255 198 20 0 0.22 0.92 0 45.45 1 0.54
Hex FF C6 14 0 16 5C 0 2D 64 36
Octal 377 306 24 0 26 134 0 55 144 66
Binary 11111111 11000110 10100 0 10110 1011100 0 101101 1100100 110110

Color Harmonies of #FFC614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC614

Black with #FFC614

Text Example


Text Example

White with #FFC614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC614; }

 p { color: rgb(255,198,20); }

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

background-color css

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

 a { background-color: rgb(255,198,20); }

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

border-color css

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

 span { border-color: rgb(255,198,20); }

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