Html Css Color HEX #F1CE5C Portica

📋 copy color: '#F1CE5C'

red 241 ◦ green 206 ◦ blue 92

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

Shades of Portica #F1CE5C

Tints of Portica #F1CE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.07%

R = 44.71%
G = 38.22%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1CE5C (or 0xF1CE5C) is known color: Portica. HEX triplet: F1, CE and 5C. RGB value is (241,206,92). Sum of RGB (Red+Green+Blue) = 241+206+92=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE5C is #0E31A3. Grayscale: #CBCBCB. Windows color (decimal): -930212 or 6082289. OLE color: 6082289.

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

Color convert

RGB 241 206 92 -
CMYK 0 0.15 0.62 0.05
HSL 45.91º 0.84% 0.65% -
HSV(B) 45.91º 0.62% 0.95% -
XYZ 60.28 63.62 19.23 -
YUV 203.47 65.1 154.77 -
System Red Green Blue C M Y K H S L
Decimal 241 206 92 0 0.15 0.62 0.05 45.91 0.84 0.65
Hex F1 CE 5C 0 F 3E 5 2E 54 41
Octal 361 316 134 0 17 76 5 56 124 101
Binary 11110001 11001110 1011100 0 1111 111110 101 101110 1010100 1000001

Color Harmonies of #F1CE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CE5C

Black with #F1CE5C

Text Example


Text Example

White with #F1CE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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