Html Css Color HEX #FFC618 Turbo

📋 copy color: '#FFC618'

red 255 ◦ green 198 ◦ blue 24

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

Shades of Turbo #FFC618

Tints of Turbo #FFC618

RGB

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

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

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

R = 53.46%
G = 41.51%
B = 5.03%

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

#FFC618 (or 0xFFC618) is known color: Turbo. HEX triplet: FF, C6 and 18. RGB value is (255,198,24). Sum of RGB (Red+Green+Blue) = 255+198+24=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC618 is #0039E7. Grayscale: #C3C3C3. Windows color (decimal): -14824 or 1623807. OLE color: 1623807.

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

Color convert

RGB 255 198 24 -
CMYK 0 0.22 0.91 0
HSL 45.19º 1% 0.55% -
HSV(B) 45.19º 0.91% 1% -
XYZ 61.6 61.71 9.53 -
YUV 195.21 31.38 170.65 -
System Red Green Blue C M Y K H S L
Decimal 255 198 24 0 0.22 0.91 0 45.19 1 0.55
Hex FF C6 18 0 16 5B 0 2D 64 37
Octal 377 306 30 0 26 133 0 55 144 67
Binary 11111111 11000110 11000 0 10110 1011011 0 101101 1100100 110111

Color Harmonies of #FFC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC618

Black with #FFC618

Text Example


Text Example

White with #FFC618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC618; }

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

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

background-color css

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

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

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

border-color css

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

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

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