Html Css Color HEX #F2D05D Portica

📋 copy color: '#F2D05D'

red 242 ◦ green 208 ◦ blue 93

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

Shades of Portica #F2D05D

Tints of Portica #F2D05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.13%

R = 44.57%
G = 38.31%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2D05D (or 0xF2D05D) is known color: Portica. HEX triplet: F2, D0 and 5D. RGB value is (242,208,93). Sum of RGB (Red+Green+Blue) = 242+208+93=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D05D is #0D2FA2. Grayscale: #CDCDCD. Windows color (decimal): -864163 or 6148338. OLE color: 6148338.

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

Color convert

RGB 242 208 93 -
CMYK 0 0.14 0.62 0.05
HSL 46.31º 0.85% 0.66% -
HSV(B) 46.31º 0.62% 0.95% -
XYZ 61.15 64.78 19.64 -
YUV 205.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 242 208 93 0 0.14 0.62 0.05 46.31 0.85 0.66
Hex F2 D0 5D 0 E 3E 5 2E 55 42
Octal 362 320 135 0 16 76 5 56 125 102
Binary 11110010 11010000 1011101 0 1110 111110 101 101110 1010101 1000010

Color Harmonies of #F2D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D05D

Black with #F2D05D

Text Example


Text Example

White with #F2D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D05D; }

 p { color: rgb(242,208,93); }

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

background-color css

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

 a { background-color: rgb(242,208,93); }

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

border-color css

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

 span { border-color: rgb(242,208,93); }

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