Html Css Color HEX #F2D352 Portica

📋 copy color: '#F2D352'

red 242 ◦ green 211 ◦ blue 82

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

Shades of Portica #F2D352

Tints of Portica #F2D352

RGB

 RED value IS 242 (94.92% from 255) = 45.23%

 GREEN value IS 211 (82.81% from 255) = 39.44%

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

R = 45.23%
G = 39.44%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2D352 (or 0xF2D352) is known color: Portica. HEX triplet: F2, D3 and 52. RGB value is (242,211,82). Sum of RGB (Red+Green+Blue) = 242+211+82=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D352 is #0D2CAD. Grayscale: #CECECE. Windows color (decimal): -863406 or 5428210. OLE color: 5428210.

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

Color convert

RGB 242 211 82 -
CMYK 0 0.13 0.66 0.05
HSL 48.38º 0.86% 0.64% -
HSV(B) 48.38º 0.66% 0.95% -
XYZ 61.44 66.07 17.5 -
YUV 205.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 242 211 82 0 0.13 0.66 0.05 48.38 0.86 0.64
Hex F2 D3 52 0 D 42 5 30 56 40
Octal 362 323 122 0 15 102 5 60 126 100
Binary 11110010 11010011 1010010 0 1101 1000010 101 110000 1010110 1000000

Color Harmonies of #F2D352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D352

Black with #F2D352

Text Example


Text Example

White with #F2D352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D352; }

 p { color: rgb(242,211,82); }

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

background-color css

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

 a { background-color: rgb(242,211,82); }

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

border-color css

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

 span { border-color: rgb(242,211,82); }

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