Html Css Color HEX #F2CF5B Portica

📋 copy color: '#F2CF5B'

red 242 ◦ green 207 ◦ blue 91

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

Shades of Portica #F2CF5B

Tints of Portica #F2CF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.85%

R = 44.81%
G = 38.33%
B = 16.85%

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

#F2CF5B (or 0xF2CF5B) is known color: Portica. HEX triplet: F2, CF and 5B. RGB value is (242,207,91). Sum of RGB (Red+Green+Blue) = 242+207+91=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF5B is #0D30A4. Grayscale: #CCCCCC. Windows color (decimal): -864421 or 6017010. OLE color: 6017010.

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

Color convert

RGB 242 207 91 -
CMYK 0 0.14 0.62 0.05
HSL 46.09º 0.85% 0.65% -
HSV(B) 46.09º 0.62% 0.95% -
XYZ 60.82 64.26 19.1 -
YUV 204.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 242 207 91 0 0.14 0.62 0.05 46.09 0.85 0.65
Hex F2 CF 5B 0 E 3E 5 2E 55 41
Octal 362 317 133 0 16 76 5 56 125 101
Binary 11110010 11001111 1011011 0 1110 111110 101 101110 1010101 1000001

Color Harmonies of #F2CF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF5B

Black with #F2CF5B

Text Example


Text Example

White with #F2CF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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