Html Css Color HEX #F1CD1D Turbo

📋 copy color: '#F1CD1D'

red 241 ◦ green 205 ◦ blue 29

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

Shades of Turbo #F1CD1D

Tints of Turbo #F1CD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.11%

R = 50.74%
G = 43.16%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1CD1D (or 0xF1CD1D) is known color: Turbo. HEX triplet: F1, CD and 1D. RGB value is (241,205,29). Sum of RGB (Red+Green+Blue) = 241+205+29=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 29 (11.72% from 255 or 6.11% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CD1D is #0E32E2. Grayscale: #C4C4C4. Windows color (decimal): -930531 or 1953265. OLE color: 1953265.

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

Color convert

RGB 241 205 29 -
CMYK 0 0.15 0.88 0.05
HSL 49.81º 0.88% 0.53% -
HSV(B) 49.81º 0.88% 0.95% -
XYZ 58.33 62.45 10.14 -
YUV 195.7 33.93 160.31 -
System Red Green Blue C M Y K H S L
Decimal 241 205 29 0 0.15 0.88 0.05 49.81 0.88 0.53
Hex F1 CD 1D 0 F 58 5 32 58 35
Octal 361 315 35 0 17 130 5 62 130 65
Binary 11110001 11001101 11101 0 1111 1011000 101 110010 1011000 110101

Color Harmonies of #F1CD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CD1D

Black with #F1CD1D

Text Example


Text Example

White with #F1CD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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