Html Css Color HEX #FEBD67 Rajah

📋 copy color: '#FEBD67'

red 254 ◦ green 189 ◦ blue 103

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

Shades of Rajah #FEBD67

Tints of Rajah #FEBD67

RGB

 RED value IS 254 (99.61% from 255) = 46.52%

 GREEN value IS 189 (74.22% from 255) = 34.62%

 BLUE value IS 103 (40.63% from 255) = 18.86%

R = 46.52%
G = 34.62%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEBD67 (or 0xFEBD67) is known color: Rajah. HEX triplet: FE, BD and 67. RGB value is (254,189,103). Sum of RGB (Red+Green+Blue) = 254+189+103=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD67 is #014298. Grayscale: #C7C7C7. Windows color (decimal): -82585 or 6798846. OLE color: 6798846.

HSL color Cylindrical-coordinate representation of color #FEBD67: hue angle of 34.17º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEBD67 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 189 103 -
CMYK 0 0.26 0.59 0.00
HSL 34.17º 0.99% 0.7% -
HSV(B) 34.17º 0.59% 1% -
XYZ 61.52 58.45 20.87 -
YUV 198.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 254 189 103 0 0.26 0.59 0.00 34.17 0.99 0.7
Hex FE BD 67 0 1A 3B 0 22 63 46
Octal 376 275 147 0 32 73 0 42 143 106
Binary 11111110 10111101 1100111 0 11010 111011 0 100010 1100011 1000110

Color Harmonies of #FEBD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD67

Black with #FEBD67

Text Example


Text Example

White with #FEBD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD67; }

 p { color: rgb(254,189,103); }

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

background-color css

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

 a { background-color: rgb(254,189,103); }

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

border-color css

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

 span { border-color: rgb(254,189,103); }

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