Html Css Color HEX #FFC918 Turbo

📋 copy color: '#FFC918'

red 255 ◦ green 201 ◦ blue 24

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

Shades of Turbo #FFC918

Tints of Turbo #FFC918

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.88%

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

R = 53.13%
G = 41.88%
B = 5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFC918 (or 0xFFC918) is known color: Turbo. HEX triplet: FF, C9 and 18. RGB value is (255,201,24). Sum of RGB (Red+Green+Blue) = 255+201+24=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 24 (9.77% from 255 or 5% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC918 is #0036E7. Grayscale: #C5C5C5. Windows color (decimal): -14056 or 1624575. OLE color: 1624575.

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

Color convert

RGB 255 201 24 -
CMYK 0 0.21 0.91 0
HSL 45.97º 1% 0.55% -
HSV(B) 45.97º 0.91% 1% -
XYZ 62.29 63.1 9.76 -
YUV 196.97 30.39 169.39 -
System Red Green Blue C M Y K H S L
Decimal 255 201 24 0 0.21 0.91 0 45.97 1 0.55
Hex FF C9 18 0 15 5B 0 2E 64 37
Octal 377 311 30 0 25 133 0 56 144 67
Binary 11111111 11001001 11000 0 10101 1011011 0 101110 1100100 110111

Color Harmonies of #FFC918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC918

Black with #FFC918

Text Example


Text Example

White with #FFC918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC918; }

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

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

background-color css

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

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

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

border-color css

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

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

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