Html Css Color HEX #F1CE50 Portica

📋 copy color: '#F1CE50'

red 241 ◦ green 206 ◦ blue 80

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

Shades of Portica #F1CE50

Tints of Portica #F1CE50

RGB

 RED value IS 241 (94.53% from 255) = 45.73%

 GREEN value IS 206 (80.86% from 255) = 39.09%

 BLUE value IS 80 (31.64% from 255) = 15.18%

R = 45.73%
G = 39.09%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F1CE50 (or 0xF1CE50) is known color: Portica. HEX triplet: F1, CE and 50. RGB value is (241,206,80). Sum of RGB (Red+Green+Blue) = 241+206+80=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE50 is #0E31AF. Grayscale: #CACACA. Windows color (decimal): -930224 or 5295857. OLE color: 5295857.

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

Color convert

RGB 241 206 80 -
CMYK 0 0.15 0.67 0.05
HSL 46.96º 0.85% 0.63% -
HSV(B) 46.96º 0.67% 0.95% -
XYZ 59.79 63.42 16.68 -
YUV 202.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 241 206 80 0 0.15 0.67 0.05 46.96 0.85 0.63
Hex F1 CE 50 0 F 43 5 2F 55 3F
Octal 361 316 120 0 17 103 5 57 125 77
Binary 11110001 11001110 1010000 0 1111 1000011 101 101111 1010101 111111

Color Harmonies of #F1CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CE50

Black with #F1CE50

Text Example


Text Example

White with #F1CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CE50; }

 p { color: rgb(241,206,80); }

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

background-color css

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

 a { background-color: rgb(241,206,80); }

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

border-color css

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

 span { border-color: rgb(241,206,80); }

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