Html Css Color HEX #F1CE5E Portica

📋 copy color: '#F1CE5E'

red 241 ◦ green 206 ◦ blue 94

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

Shades of Portica #F1CE5E

Tints of Portica #F1CE5E

RGB

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

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

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

R = 44.55%
G = 38.08%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1CE5E (or 0xF1CE5E) is known color: Portica. HEX triplet: F1, CE and 5E. RGB value is (241,206,94). Sum of RGB (Red+Green+Blue) = 241+206+94=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE5E is #0E31A1. Grayscale: #CCCCCC. Windows color (decimal): -930210 or 6213361. OLE color: 6213361.

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

Color convert

RGB 241 206 94 -
CMYK 0 0.15 0.61 0.05
HSL 45.71º 0.84% 0.66% -
HSV(B) 45.71º 0.61% 0.95% -
XYZ 60.37 63.65 19.69 -
YUV 203.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 241 206 94 0 0.15 0.61 0.05 45.71 0.84 0.66
Hex F1 CE 5E 0 F 3D 5 2E 54 42
Octal 361 316 136 0 17 75 5 56 124 102
Binary 11110001 11001110 1011110 0 1111 111101 101 101110 1010100 1000010

Color Harmonies of #F1CE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CE5E

Black with #F1CE5E

Text Example


Text Example

White with #F1CE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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