Html Css Color HEX #F2CF5E Portica

📋 copy color: '#F2CF5E'

red 242 ◦ green 207 ◦ blue 94

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

Shades of Portica #F2CF5E

Tints of Portica #F2CF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.31%

R = 44.57%
G = 38.12%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2CF5E (or 0xF2CF5E) is known color: Portica. HEX triplet: F2, CF and 5E. RGB value is (242,207,94). Sum of RGB (Red+Green+Blue) = 242+207+94=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF5E is #0D30A1. Grayscale: #CDCDCD. Windows color (decimal): -864418 or 6213618. OLE color: 6213618.

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

Color convert

RGB 242 207 94 -
CMYK 0 0.14 0.61 0.05
HSL 45.81º 0.85% 0.66% -
HSV(B) 45.81º 0.61% 0.95% -
XYZ 60.95 64.31 19.79 -
YUV 204.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 242 207 94 0 0.14 0.61 0.05 45.81 0.85 0.66
Hex F2 CF 5E 0 E 3D 5 2E 55 42
Octal 362 317 136 0 16 75 5 56 125 102
Binary 11110010 11001111 1011110 0 1110 111101 101 101110 1010101 1000010

Color Harmonies of #F2CF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF5E

Black with #F2CF5E

Text Example


Text Example

White with #F2CF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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