Html Css Color HEX #F2F13C Gorse

📋 copy color: '#F2F13C'

red 242 ◦ green 241 ◦ blue 60

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

Shades of Gorse #F2F13C

Tints of Gorse #F2F13C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.38%

 BLUE value IS 60 (23.83% from 255) = 11.05%

R = 44.57%
G = 44.38%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2F13C (or 0xF2F13C) is known color: Gorse. HEX triplet: F2, F1 and 3C. RGB value is (242,241,60). Sum of RGB (Red+Green+Blue) = 242+241+60=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 60 (23.83% from 255 or 11.05% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F13C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F13C is #0D0EC3. Grayscale: #DDDDDD. Windows color (decimal): -855748 or 3994098. OLE color: 3994098.

HSL color Cylindrical-coordinate representation of color #F2F13C: hue angle of 59.67º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2F13C is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 241 60 -
CMYK 0 0.00 0.75 0.05
HSL 59.67º 0.88% 0.59% -
HSV(B) 59.67º 0.75% 0.95% -
XYZ 68.89 82.11 16.49 -
YUV 220.67 37.33 143.22 -
System Red Green Blue C M Y K H S L
Decimal 242 241 60 0 0.00 0.75 0.05 59.67 0.88 0.59
Hex F2 F1 3C 0 0 4B 5 3C 58 3B
Octal 362 361 74 0 0 113 5 74 130 73
Binary 11110010 11110001 111100 0 0 1001011 101 111100 1011000 111011

Color Harmonies of #F2F13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F13C

Black with #F2F13C

Text Example


Text Example

White with #F2F13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F13C; }

 p { color: rgb(242,241,60); }

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

background-color css

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

 a { background-color: rgb(242,241,60); }

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

border-color css

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

 span { border-color: rgb(242,241,60); }

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