Html Css Color HEX #FFC714 Turbo

📋 copy color: '#FFC714'

red 255 ◦ green 199 ◦ blue 20

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

Shades of Turbo #FFC714

Tints of Turbo #FFC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.98%

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

R = 53.8%
G = 41.98%
B = 4.22%

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

#FFC714 (or 0xFFC714) is known color: Turbo. HEX triplet: FF, C7 and 14. RGB value is (255,199,20). Sum of RGB (Red+Green+Blue) = 255+199+20=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC714 is #0038EB. Grayscale: #C4C4C4. Windows color (decimal): -14572 or 1361919. OLE color: 1361919.

HSL color Cylindrical-coordinate representation of color #FFC714: hue angle of 45.7º 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 #FFC714 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 20 -
CMYK 0 0.22 0.92 0
HSL 45.7º 1% 0.54% -
HSV(B) 45.7º 0.92% 1% -
XYZ 61.79 62.16 9.4 -
YUV 195.34 29.05 170.55 -
System Red Green Blue C M Y K H S L
Decimal 255 199 20 0 0.22 0.92 0 45.7 1 0.54
Hex FF C7 14 0 16 5C 0 2E 64 36
Octal 377 307 24 0 26 134 0 56 144 66
Binary 11111111 11000111 10100 0 10110 1011100 0 101110 1100100 110110

Color Harmonies of #FFC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC714

Black with #FFC714

Text Example


Text Example

White with #FFC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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