Html Css Color HEX #F1D01A Turbo

📋 copy color: '#F1D01A'

red 241 ◦ green 208 ◦ blue 26

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

Shades of Turbo #F1D01A

Tints of Turbo #F1D01A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.79%

 BLUE value IS 26 (10.55% from 255) = 5.47%

R = 50.74%
G = 43.79%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1D01A (or 0xF1D01A) is known color: Turbo. HEX triplet: F1, D0 and 1A. RGB value is (241,208,26). Sum of RGB (Red+Green+Blue) = 241+208+26=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D01A is #0E2FE5. Grayscale: #C5C5C5. Windows color (decimal): -929766 or 1757425. OLE color: 1757425.

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

Color convert

RGB 241 208 26 -
CMYK 0 0.14 0.89 0.05
HSL 50.79º 0.88% 0.52% -
HSV(B) 50.79º 0.89% 0.95% -
XYZ 59.02 63.89 10.2 -
YUV 197.12 31.43 159.3 -
System Red Green Blue C M Y K H S L
Decimal 241 208 26 0 0.14 0.89 0.05 50.79 0.88 0.52
Hex F1 D0 1A 0 E 59 5 33 58 34
Octal 361 320 32 0 16 131 5 63 130 64
Binary 11110001 11010000 11010 0 1110 1011001 101 110011 1011000 110100

Color Harmonies of #F1D01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D01A

Black with #F1D01A

Text Example


Text Example

White with #F1D01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D01A; }

 p { color: rgb(241,208,26); }

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

background-color css

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

 a { background-color: rgb(241,208,26); }

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

border-color css

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

 span { border-color: rgb(241,208,26); }

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