Html Css Color HEX #F1D652 Portica

📋 copy color: '#F1D652'

red 241 ◦ green 214 ◦ blue 82

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

Shades of Portica #F1D652

Tints of Portica #F1D652

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.85%

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

R = 44.88%
G = 39.85%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1D652 (or 0xF1D652) is known color: Portica. HEX triplet: F1, D6 and 52. RGB value is (241,214,82). Sum of RGB (Red+Green+Blue) = 241+214+82=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D652 is #0E29AD. Grayscale: #CFCFCF. Windows color (decimal): -928174 or 5428977. OLE color: 5428977.

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

Color convert

RGB 241 214 82 -
CMYK 0 0.11 0.66 0.05
HSL 49.81º 0.85% 0.63% -
HSV(B) 49.81º 0.66% 0.95% -
XYZ 61.85 67.4 17.73 -
YUV 207.03 57.45 152.23 -
System Red Green Blue C M Y K H S L
Decimal 241 214 82 0 0.11 0.66 0.05 49.81 0.85 0.63
Hex F1 D6 52 0 B 42 5 32 55 3F
Octal 361 326 122 0 13 102 5 62 125 77
Binary 11110001 11010110 1010010 0 1011 1000010 101 110010 1010101 111111

Color Harmonies of #F1D652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D652

Black with #F1D652

Text Example


Text Example

White with #F1D652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D652; }

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

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

background-color css

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

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

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

border-color css

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

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

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