Html Css Color HEX #F1D052 Portica

📋 copy color: '#F1D052'

red 241 ◦ green 208 ◦ blue 82

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

Shades of Portica #F1D052

Tints of Portica #F1D052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.44%

R = 45.39%
G = 39.17%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1D052 (or 0xF1D052) is known color: Portica. HEX triplet: F1, D0 and 52. RGB value is (241,208,82). Sum of RGB (Red+Green+Blue) = 241+208+82=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D052 is #0E2FAD. Grayscale: #CCCCCC. Windows color (decimal): -929710 or 5427441. OLE color: 5427441.

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

Color convert

RGB 241 208 82 -
CMYK 0 0.14 0.66 0.05
HSL 47.55º 0.85% 0.63% -
HSV(B) 47.55º 0.66% 0.95% -
XYZ 60.35 64.42 17.24 -
YUV 203.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 241 208 82 0 0.14 0.66 0.05 47.55 0.85 0.63
Hex F1 D0 52 0 E 42 5 30 55 3F
Octal 361 320 122 0 16 102 5 60 125 77
Binary 11110001 11010000 1010010 0 1110 1000010 101 110000 1010101 111111

Color Harmonies of #F1D052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D052

Black with #F1D052

Text Example


Text Example

White with #F1D052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D052; }

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

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

background-color css

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

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

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

border-color css

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

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

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