Html Css Color HEX #F1CE13 Turbo

📋 copy color: '#F1CE13'

red 241 ◦ green 206 ◦ blue 19

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

Shades of Turbo #F1CE13

Tints of Turbo #F1CE13

RGB

 RED value IS 241 (94.53% from 255) = 51.72%

 GREEN value IS 206 (80.86% from 255) = 44.21%

 BLUE value IS 19 (7.81% from 255) = 4.08%

R = 51.72%
G = 44.21%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1CE13 (or 0xF1CE13) is known color: Turbo. HEX triplet: F1, CE and 13. RGB value is (241,206,19). Sum of RGB (Red+Green+Blue) = 241+206+19=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CE13 is #0E31EC. Grayscale: #C3C3C3. Windows color (decimal): -930285 or 1298161. OLE color: 1298161.

HSL color Cylindrical-coordinate representation of color #F1CE13: hue angle of 50.54º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1CE13 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 206 19 -
CMYK 0 0.15 0.92 0.05
HSL 50.54º 0.89% 0.51% -
HSV(B) 50.54º 0.92% 0.95% -
XYZ 58.46 62.89 9.67 -
YUV 195.15 28.6 160.71 -
System Red Green Blue C M Y K H S L
Decimal 241 206 19 0 0.15 0.92 0.05 50.54 0.89 0.51
Hex F1 CE 13 0 F 5C 5 33 59 33
Octal 361 316 23 0 17 134 5 63 131 63
Binary 11110001 11001110 10011 0 1111 1011100 101 110011 1011001 110011

Color Harmonies of #F1CE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CE13

Black with #F1CE13

Text Example


Text Example

White with #F1CE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CE13; }

 p { color: rgb(241,206,19); }

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

background-color css

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

 a { background-color: rgb(241,206,19); }

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

border-color css

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

 span { border-color: rgb(241,206,19); }

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