Html Css Color HEX #F2904A Sea Buckthorn

📋 copy color: '#F2904A'

red 242 ◦ green 144 ◦ blue 74

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

Shades of Sea Buckthorn #F2904A

Tints of Sea Buckthorn #F2904A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.3%

 BLUE value IS 74 (29.3% from 255) = 16.09%

R = 52.61%
G = 31.3%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2904A (or 0xF2904A) is known color: Sea Buckthorn. HEX triplet: F2, 90 and 4A. RGB value is (242,144,74). Sum of RGB (Red+Green+Blue) = 242+144+74=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2904A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2904A is #0D6FB5. Grayscale: #A5A5A5. Windows color (decimal): -880566 or 4886770. OLE color: 4886770.

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

Color convert

RGB 242 144 74 -
CMYK 0 0.40 0.69 0.05
HSL 25º 0.87% 0.62% -
HSV(B) 25º 0.69% 0.95% -
XYZ 47.83 39.32 11.55 -
YUV 165.32 76.47 182.69 -
System Red Green Blue C M Y K H S L
Decimal 242 144 74 0 0.40 0.69 0.05 25 0.87 0.62
Hex F2 90 4A 0 28 45 5 19 57 3E
Octal 362 220 112 0 50 105 5 31 127 76
Binary 11110010 10010000 1001010 0 101000 1000101 101 11001 1010111 111110

Color Harmonies of #F2904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2904A

Black with #F2904A

Text Example


Text Example

White with #F2904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2904A; }

 p { color: rgb(242,144,74); }

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

background-color css

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

 a { background-color: rgb(242,144,74); }

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

border-color css

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

 span { border-color: rgb(242,144,74); }

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