Html Css Color HEX #F2CF5D Portica

📋 copy color: '#F2CF5D'

red 242 ◦ green 207 ◦ blue 93

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

Shades of Portica #F2CF5D

Tints of Portica #F2CF5D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.19%

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

R = 44.65%
G = 38.19%
B = 17.16%

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

#F2CF5D (or 0xF2CF5D) is known color: Portica. HEX triplet: F2, CF and 5D. RGB value is (242,207,93). Sum of RGB (Red+Green+Blue) = 242+207+93=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF5D is #0D30A2. Grayscale: #CCCCCC. Windows color (decimal): -864419 or 6148082. OLE color: 6148082.

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

Color convert

RGB 242 207 93 -
CMYK 0 0.14 0.62 0.05
HSL 45.91º 0.85% 0.66% -
HSV(B) 45.91º 0.62% 0.95% -
XYZ 60.91 64.29 19.56 -
YUV 204.47 65.1 154.77 -
System Red Green Blue C M Y K H S L
Decimal 242 207 93 0 0.14 0.62 0.05 45.91 0.85 0.66
Hex F2 CF 5D 0 E 3E 5 2E 55 42
Octal 362 317 135 0 16 76 5 56 125 102
Binary 11110010 11001111 1011101 0 1110 111110 101 101110 1010101 1000010

Color Harmonies of #F2CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF5D

Black with #F2CF5D

Text Example


Text Example

White with #F2CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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