Html Css Color HEX #F5CC15 Turbo

📋 copy color: '#F5CC15'

red 245 ◦ green 204 ◦ blue 21

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

Shades of Turbo #F5CC15

Tints of Turbo #F5CC15

RGB

 RED value IS 245 (96.09% from 255) = 52.13%

 GREEN value IS 204 (80.08% from 255) = 43.4%

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

R = 52.13%
G = 43.4%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F5CC15 (or 0xF5CC15) is known color: Turbo. HEX triplet: F5, CC and 15. RGB value is (245,204,21). Sum of RGB (Red+Green+Blue) = 245+204+21=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CC15 is #0A33EA. Grayscale: #C4C4C4. Windows color (decimal): -668651 or 1428725. OLE color: 1428725.

HSL color Cylindrical-coordinate representation of color #F5CC15: hue angle of 49.02º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5CC15 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 21 -
CMYK 0 0.17 0.91 0.04
HSL 49.02º 0.92% 0.52% -
HSV(B) 49.02º 0.91% 0.96% -
XYZ 59.38 62.65 9.67 -
YUV 195.4 29.58 163.38 -
System Red Green Blue C M Y K H S L
Decimal 245 204 21 0 0.17 0.91 0.04 49.02 0.92 0.52
Hex F5 CC 15 0 11 5B 4 31 5C 34
Octal 365 314 25 0 21 133 4 61 134 64
Binary 11110101 11001100 10101 0 10001 1011011 100 110001 1011100 110100

Color Harmonies of #F5CC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC15

Black with #F5CC15

Text Example


Text Example

White with #F5CC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC15; }

 p { color: rgb(245,204,21); }

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

background-color css

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

 a { background-color: rgb(245,204,21); }

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

border-color css

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

 span { border-color: rgb(245,204,21); }

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