Html Css Color HEX #F1CD19 Turbo

📋 copy color: '#F1CD19'

red 241 ◦ green 205 ◦ blue 25

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

Shades of Turbo #F1CD19

Tints of Turbo #F1CD19

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.52%

 BLUE value IS 25 (10.16% from 255) = 5.31%

R = 51.17%
G = 43.52%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F1CD19 (or 0xF1CD19) is known color: Turbo. HEX triplet: F1, CD and 19. RGB value is (241,205,25). Sum of RGB (Red+Green+Blue) = 241+205+25=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CD19 is #0E32E6. Grayscale: #C4C4C4. Windows color (decimal): -930535 or 1691121. OLE color: 1691121.

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

Color convert

RGB 241 205 25 -
CMYK 0 0.15 0.90 0.05
HSL 50º 0.89% 0.52% -
HSV(B) 50º 0.9% 0.95% -
XYZ 58.28 62.43 9.9 -
YUV 195.24 31.93 160.64 -
System Red Green Blue C M Y K H S L
Decimal 241 205 25 0 0.15 0.90 0.05 50 0.89 0.52
Hex F1 CD 19 0 F 5A 5 32 59 34
Octal 361 315 31 0 17 132 5 62 131 64
Binary 11110001 11001101 11001 0 1111 1011010 101 110010 1011001 110100

Color Harmonies of #F1CD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CD19

Black with #F1CD19

Text Example


Text Example

White with #F1CD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CD19; }

 p { color: rgb(241,205,25); }

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

background-color css

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

 a { background-color: rgb(241,205,25); }

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

border-color css

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

 span { border-color: rgb(241,205,25); }

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