Html Css Color HEX #FFC718 Turbo

📋 copy color: '#FFC718'

red 255 ◦ green 199 ◦ blue 24

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

Shades of Turbo #FFC718

Tints of Turbo #FFC718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.02%

R = 53.35%
G = 41.63%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFC718 (or 0xFFC718) is known color: Turbo. HEX triplet: FF, C7 and 18. RGB value is (255,199,24). Sum of RGB (Red+Green+Blue) = 255+199+24=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC718 is #0038E7. Grayscale: #C4C4C4. Windows color (decimal): -14568 or 1624063. OLE color: 1624063.

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

Color convert

RGB 255 199 24 -
CMYK 0 0.22 0.91 0
HSL 45.45º 1% 0.55% -
HSV(B) 45.45º 0.91% 1% -
XYZ 61.83 62.17 9.61 -
YUV 195.79 31.05 170.23 -
System Red Green Blue C M Y K H S L
Decimal 255 199 24 0 0.22 0.91 0 45.45 1 0.55
Hex FF C7 18 0 16 5B 0 2D 64 37
Octal 377 307 30 0 26 133 0 55 144 67
Binary 11111111 11000111 11000 0 10110 1011011 0 101101 1100100 110111

Color Harmonies of #FFC718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC718

Black with #FFC718

Text Example


Text Example

White with #FFC718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC718; }

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

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

background-color css

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

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

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

border-color css

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

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

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