Html Css Color HEX #FFC615 Turbo

📋 copy color: '#FFC615'

red 255 ◦ green 198 ◦ blue 21

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

Shades of Turbo #FFC615

Tints of Turbo #FFC615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.43%

R = 53.8%
G = 41.77%
B = 4.43%

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

#FFC615 (or 0xFFC615) is known color: Turbo. HEX triplet: FF, C6 and 15. RGB value is (255,198,21). Sum of RGB (Red+Green+Blue) = 255+198+21=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 21 (8.59% from 255 or 4.43% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC615 is #0039EA. Grayscale: #C3C3C3. Windows color (decimal): -14827 or 1427199. OLE color: 1427199.

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

Color convert

RGB 255 198 21 -
CMYK 0 0.22 0.92 0
HSL 45.38º 1% 0.54% -
HSV(B) 45.38º 0.92% 1% -
XYZ 61.57 61.7 9.37 -
YUV 194.87 29.88 170.89 -
System Red Green Blue C M Y K H S L
Decimal 255 198 21 0 0.22 0.92 0 45.38 1 0.54
Hex FF C6 15 0 16 5C 0 2D 64 36
Octal 377 306 25 0 26 134 0 55 144 66
Binary 11111111 11000110 10101 0 10110 1011100 0 101101 1100100 110110

Color Harmonies of #FFC615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC615

Black with #FFC615

Text Example


Text Example

White with #FFC615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC615; }

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

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

background-color css

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

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

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

border-color css

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

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

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