Html Css Color HEX #F1CC1D Turbo

📋 copy color: '#F1CC1D'

red 241 ◦ green 204 ◦ blue 29

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

Shades of Turbo #F1CC1D

Tints of Turbo #F1CC1D

RGB

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

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

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

R = 50.84%
G = 43.04%
B = 6.12%

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

#F1CC1D (or 0xF1CC1D) is known color: Turbo. HEX triplet: F1, CC and 1D. RGB value is (241,204,29). Sum of RGB (Red+Green+Blue) = 241+204+29=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CC1D is #0E33E2. Grayscale: #C3C3C3. Windows color (decimal): -930787 or 1953009. OLE color: 1953009.

HSL color Cylindrical-coordinate representation of color #F1CC1D: hue angle of 49.53º 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 #F1CC1D is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 204 29 -
CMYK 0 0.15 0.88 0.05
HSL 49.53º 0.88% 0.53% -
HSV(B) 49.53º 0.88% 0.95% -
XYZ 58.09 61.98 10.06 -
YUV 195.11 34.26 160.73 -
System Red Green Blue C M Y K H S L
Decimal 241 204 29 0 0.15 0.88 0.05 49.53 0.88 0.53
Hex F1 CC 1D 0 F 58 5 32 58 35
Octal 361 314 35 0 17 130 5 62 130 65
Binary 11110001 11001100 11101 0 1111 1011000 101 110010 1011000 110101

Color Harmonies of #F1CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CC1D

Black with #F1CC1D

Text Example


Text Example

White with #F1CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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